Skip to content

Commit

Permalink
cpu/atmega_common: renames periph module
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthartung committed Nov 6, 2017
1 parent ff86015 commit 491f420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpu/atmega_common/Makefile.include
Expand Up @@ -11,7 +11,7 @@ export ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG)
export LINKFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) $(CFLAGS_OPT) -static -lgcc -e reset_handler -Wl,--gc-sections

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

# the atmel port uses uart_stdio
Expand Down
3 changes: 1 addition & 2 deletions cpu/atmega_common/periph/Makefile
@@ -1,3 +1,2 @@
MODULE = periph

MODULE = atmega_common_periph
include $(RIOTBASE)/Makefile.base

0 comments on commit 491f420

Please sign in to comment.