mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 06:12:43 +01:00
boards/ublox-c030-u201: Remove vfs make dep
This modelling doesn't seem correct and probably shouldn't be in here. Normally vfs modelling shouldn't be handled in the boards. Even if it was the mtd modelling is also not correct.
This commit is contained in:
parent
686d93759f
commit
514ea77b07
@ -4,7 +4,3 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
# USEMODULE += si7034 # TODO: add when si70xx driver is updated
|
||||
endif
|
||||
|
||||
ifneq (,$(filter vfs,$(USEMODULE)))
|
||||
USEMODULE += mtd_sdcard
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user