1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg
René Kijewski 5906f18a81 Add USEPKG variable for Makefiles
Currently pkg/USING says one should use
`EXTERNAL+=$(RIOTBASE)/pkg/<pkg_name>` to enable PKG modules.
Using this line the PKG will be compiled but not linked.

This change adds a USEPKG variable to be used like
`USEPKG += <pkg_name>`, which looks less clumsy and gets the PKG linked
in the binary.
2014-02-12 13:57:30 +01:00
..
libcoap remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
openwsn add .gitignore for openwsn pkg 2014-01-29 10:33:02 +01:00
Makefile.git Add package porting infomation 2013-11-25 17:17:00 +01:00
Makefile.http Add package porting infomation 2013-11-25 17:17:00 +01:00
PORTING remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
USING Add USEPKG variable for Makefiles 2014-02-12 13:57:30 +01:00