1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc23xx/Makefile.dep
Benjamin Valentin 9c1455d55f cpu: make pm_layered a DEFAULT_MODULE
Allow to disable pm_layered in the bootloader to save some ROM.
2021-01-27 13:21:20 +01:00

10 lines
177 B
Makefile

USEMODULE += arm7_common
USEMODULE += bitfield
USEMODULE += periph
ifneq (,$(filter mci,$(USEMODULE)))
USEMODULE += xtimer
endif
include $(RIOTCPU)/arm7_common/Makefile.dep