mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
177a653bd1
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
7 lines
118 B
Makefile
7 lines
118 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += mtd_at25xxx
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|