1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

Merge pull request #14109 from leandrolanzieri/pr/cpu/native/cleanup_dependencies

cpu/native: Move dependencies to Makefile.dep
This commit is contained in:
Alexandre Abadie 2020-05-20 19:08:59 +02:00 committed by GitHub
commit 4b7ae162e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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