1
0
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:
Ludwig Ortmann 2014-10-18 10:47:26 +02:00
parent d232595a1f
commit 96d2907666
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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