mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
160 B
Makefile
6 lines
160 B
Makefile
MODULE =core
|
|
|
|
INCLUDES += -Iinclude/ -I../sys/include -I../sys/lib -I$(RIOTBASE)/drivers/include -I$(RIOTCPU)/$(CPU)/include
|
|
|
|
include $(RIOTBASE)/Makefile.base
|