native: add drivers substructure

This commit is contained in:
Ludwig Ortmann 2014-10-18 10:58:51 +02:00
parent 833c36f09d
commit 0136f208c6
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
MODULE = cpu
DIRS += periph
DIRS += drivers
ifneq (,$(filter rtc,$(USEMODULE)))
DIRS += rtc
endif

View File

@ -1,2 +1,2 @@
export NATIVEINCLUDES += -I$(RIOTCPU)/native/include -I$(RIOTBASE)/sys/include
export USEMODULE += periph
export USEMODULE += periph drivers

View File

@ -0,0 +1 @@
include $(RIOTBASE)/Makefile.base