1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/ublox-c030-u201/Makefile.dep
MrKevinWeiss 514ea77b07
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.
2022-02-07 14:02:52 +01:00

7 lines
174 B
Makefile

USEMODULE += periph_uart_hw_fc
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
# USEMODULE += si7034 # TODO: add when si70xx driver is updated
endif