Skip to content

Commit

Permalink
fixup! periph_common: add as dependency to periph drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Apr 8, 2019
1 parent 58717ea commit 66a2cb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cpu/esp8266/Makefile.include
Expand Up @@ -57,7 +57,6 @@ PSEUDOMODULES += esp_spiffs
USEMODULE += esp
USEMODULE += mtd
USEMODULE += periph
USEMODULE += periph_common
USEMODULE += ps
USEMODULE += random
USEMODULE += sdk
Expand Down
1 change: 0 additions & 1 deletion cpu/fe310/Makefile.include
Expand Up @@ -5,7 +5,6 @@ USEMODULE += newlib_syscalls_fe310
USEMODULE += sifive_drivers_fe310

USEMODULE += periph
USEMODULE += periph_common
USEMODULE += periph_pm

CFLAGS += -Wno-pedantic
Expand Down
1 change: 0 additions & 1 deletion makefiles/arch/atmega.inc.mk
Expand Up @@ -16,7 +16,6 @@ USEMODULE += atmega_common

# export the peripheral drivers to be linked into the final binary
USEMODULE += atmega_common_periph
USEMODULE += periph_common

# Export the peripheral drivers to be linked into the final binary, for now
# only atmega126rfr2 has periph drivers
Expand Down

0 comments on commit 66a2cb1

Please sign in to comment.