mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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…
Reference in New Issue
Block a user