mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
cpu/$(CPU)/Makefile.features and cpu/$(CPU)/Makefile.dep are automatically included Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
5 lines
144 B
Makefile
5 lines
144 B
Makefile
CPU_MODEL = nrf52832xxaa
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.nrf52832.features
|
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.features
|