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