1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega328p/Makefile.include
Francisco Acosta 2bdcdddd76 cpu/atmega*: make use of common atmega.inc.mk and remove redundancies
Everything is now defined in atmega.inc.mk, following the common
RIOT-like reusability of rules and variables (e.g. cortexm.inc.mk).
2019-02-05 17:12:03 +01:00

9 lines
235 B
Makefile

# tell the build system that the CPU depends on the atmega common files
USEMODULE += atmega_common
RAM_LEN = 2K
ROM_LEN = 32K
# CPU depends on the atmega common module, so include it
include $(RIOTCPU)/atmega_common/Makefile.include