mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/native: Move dependencies to Makefile.dep
This commit is contained in:
parent
2a8d6920e6
commit
9f41acaac6
@ -4,3 +4,8 @@ endif
|
||||
ifeq (,$(filter stdio_%,$(USEMODULE)))
|
||||
USEMODULE += stdio_native
|
||||
endif
|
||||
|
||||
USEMODULE += periph
|
||||
|
||||
# UART is needed by startup.c
|
||||
USEMODULE += periph_uart
|
||||
|
@ -5,7 +5,4 @@ ifeq ($(BUILDOSXNATIVE),1)
|
||||
NATIVEINCLUDES += -I$(RIOTCPU)/native/osx-libc-extra
|
||||
endif
|
||||
|
||||
USEMODULE += periph
|
||||
USEMODULE += periph_uart
|
||||
|
||||
TOOLCHAINS_SUPPORTED = gnu llvm afl
|
||||
|
Loading…
Reference in New Issue
Block a user