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
6 lines
124 B
Makefile
6 lines
124 B
Makefile
MODULE =core
|
|
|
|
INCLUDES = -Iinclude -I$(RIOTBASE)/sys/include -I$(RIOTCPU)/$(CPU)/include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|