mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
1b2b5d9df9
mtd: add a generic low level flash interface
8 lines
172 B
Makefile
8 lines
172 B
Makefile
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += netdev_tap
|
|
endif
|
|
|
|
ifneq (,$(filter mtd,$(USEMODULE)))
|
|
USEMODULE += mtd_native
|
|
endif
|