1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/tests/drivers/mtd_mapper/Makefile

8 lines
147 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2020-01-25 20:17:02 +01:00
USEMODULE += mtd_mapper
USEMODULE += mtd_write_page
2020-01-25 20:17:02 +01:00
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include