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:
commit
4b7ae162e3
@ -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…
x
Reference in New Issue
Block a user