mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
151 B
Makefile
11 lines
151 B
Makefile
|
MODULE := mtd_at25xxx
|
||
|
BASE_MODULE := at25xxx
|
||
|
|
||
|
# at25xxx_mtd files
|
||
|
SRC := mtd.c
|
||
|
|
||
|
# enable submodules
|
||
|
SUBMODULES := 1
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|