Skip to content

Commit

Permalink
Merge pull request #14109 from leandrolanzieri/pr/cpu/native/cleanup_…
Browse files Browse the repository at this point in the history
…dependencies

cpu/native: Move dependencies to Makefile.dep
  • Loading branch information
aabadie authored May 20, 2020
2 parents 2a8d692 + 9f41aca commit 4b7ae16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions cpu/native/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ endif
ifeq (,$(filter stdio_%,$(USEMODULE)))
USEMODULE += stdio_native
endif

USEMODULE += periph

# UART is needed by startup.c
USEMODULE += periph_uart
3 changes: 0 additions & 3 deletions cpu/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b7ae16

Please sign in to comment.