mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
MODULE =core
|
|
|
|
INCLUDES = -Iinclude/ -I../sys/include -I../sys/lib -I../sys/drivers/include -I../cpu/$(CPU)/include/ -I../.. -I../drivers/include/
|
|
|
|
include $(RIOTBASE)/Makefile.base
|