mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a923cda323
cpu/lpc23xx: add MTD wrapper for MCI driver
11 lines
201 B
Makefile
11 lines
201 B
Makefile
USEMODULE += arm7_common
|
|
USEMODULE += bitfield
|
|
USEMODULE += periph
|
|
USEMODULE += pm_layered
|
|
|
|
ifneq (,$(filter mci,$(USEMODULE)))
|
|
USEMODULE += xtimer
|
|
endif
|
|
|
|
include $(RIOTCPU)/arm7_common/Makefile.dep
|