Skip to content
Snippets Groups Projects
Commit 491f4206 authored by Robert Hartung's avatar Robert Hartung
Browse files

cpu/atmega_common: renames periph module

parent ff86015a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ export ASFLAGS += $(CFLAGS_CPU) $(CFLAGS_DBG) ...@@ -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 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 the peripheral drivers to be linked into the final binary
export USEMODULE += periph export USEMODULE += atmega_common_periph
export USEMODULE += periph_common export USEMODULE += periph_common
# the atmel port uses uart_stdio # the atmel port uses uart_stdio
......
MODULE = periph MODULE = atmega_common_periph
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment