mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
593ee623b6
additional: * exporting include path in sys is mandatory for subfolders * removed duplicate object file in linker call
4 lines
114 B
Makefile
4 lines
114 B
Makefile
MODULE := ccn_lite_client
|
|
INCLUDES += -I$(RIOTBASE)/drivers/cc110x_ng/include/
|
|
include $(RIOTBASE)/Makefile.base
|