Skip to content
Snippets Groups Projects
Commit 8d13f57a authored by Oleg Hahm's avatar Oleg Hahm
Browse files

add basic include pathes by default

parent 9df07f92
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ export MAKEBASE =$(RIOTBASE)
UNDEF += $(BINDIR)startup.o
USEMODULE += cpu core sys
INCLUDES += -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/sys/include
ED = $(USEMODULE:%=-DMODULE_%)
EXTDEFINES = $(shell echo $(ED)|tr 'a-z' 'A-Z')
BL=$(USEMODULE:%= $(BINDIR)%.a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment