1
0
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:
Leandro Lanzieri 2020-05-20 18:22:45 +02:00
parent 2a8d6920e6
commit 9f41acaac6
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 5 additions and 3 deletions

View File

@ -4,3 +4,8 @@ endif
ifeq (,$(filter stdio_%,$(USEMODULE)))
USEMODULE += stdio_native
endif
USEMODULE += periph
# UART is needed by startup.c
USEMODULE += periph_uart

View File

@ -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