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