native: add drivers substructure
This commit is contained in:
parent
833c36f09d
commit
0136f208c6
@ -1,6 +1,7 @@
|
||||
MODULE = cpu
|
||||
|
||||
DIRS += periph
|
||||
DIRS += drivers
|
||||
ifneq (,$(filter rtc,$(USEMODULE)))
|
||||
DIRS += rtc
|
||||
endif
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
export NATIVEINCLUDES += -I$(RIOTCPU)/native/include -I$(RIOTBASE)/sys/include
|
||||
export USEMODULE += periph
|
||||
export USEMODULE += periph drivers
|
||||
|
||||
1
cpu/native/drivers/Makefile
Normal file
1
cpu/native/drivers/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
Loading…
x
Reference in New Issue
Block a user