mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
593ee623b6
additional: * exporting include path in sys is mandatory for subfolders * removed duplicate object file in linker call
8 lines
216 B
Makefile
8 lines
216 B
Makefile
MODULE =transceiver
|
|
|
|
INCLUDES += -I$(RIOTBASE)/drivers/cc110x -I$(RIOTBASE)/drivers/cc110x_ng/include -I$(RIOTBASE)/drivers/cc2420/include -I$(RIOTBASE)/drivers/at86rf231/include
|
|
|
|
include $(MAKEBASE)/Makefile.base
|
|
|
|
|