drivers/at25xxx: add mtd_wrapper as submodule tests: add mtd_at25xxx test module for mtd wrapper drivers/Makefile.dep: add at25xxx dep for mtd_at25xxx module
6 lines
99 B
Makefile
6 lines
99 B
Makefile
ifneq (,$(filter mtd_at25xxx,$(USEMODULE)))
|
|
DIRS += mtd
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|