mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|