mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2bdcdddd76
Everything is now defined in atmega.inc.mk, following the common RIOT-like reusability of rules and variables (e.g. cortexm.inc.mk).
9 lines
235 B
Makefile
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
|