additional: * exporting include path in sys is mandatory for subfolders * removed duplicate object file in linker call
6 lines
153 B
Makefile
6 lines
153 B
Makefile
MODULE:=$(shell basename $(CURDIR))
|
|
|
|
INCLUDES += -I$(RIOTBASE)/drivers/cc110x -I$(RIOTBASE)/drivers/cc110x_ng/include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|