From 514ea77b0738675e0e44f534e91ed489b5e8a9bd Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 1 Feb 2022 14:45:02 +0100 Subject: [PATCH] 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. --- boards/ublox-c030-u201/Makefile.dep | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards/ublox-c030-u201/Makefile.dep b/boards/ublox-c030-u201/Makefile.dep index b80b1182a1..78e64f15ca 100644 --- a/boards/ublox-c030-u201/Makefile.dep +++ b/boards/ublox-c030-u201/Makefile.dep @@ -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