1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:32:44 +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:
MrKevinWeiss 2022-02-01 14:45:02 +01:00
parent 686d93759f
commit 514ea77b07
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -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