1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 21:32:43 +01:00
RIOT/drivers/at24cxxx/mtd/Makefile

11 lines
154 B
Makefile
Raw Normal View History

MODULE := mtd_at24cxxx
BASE_MODULE := at24cxxx
# at24cxxx_mtd files
SRC := mtd.c
# enable submodules
SUBMODULES := 1
include $(RIOTBASE)/Makefile.base