ifneq (,$(filter netdev_default,$(USEMODULE))) USEMODULE += cc1100 USEMODULE += cc110x_868mhz endif ifneq (,$(filter saul_default,$(USEMODULE))) USEMODULE += ltc4150 USEMODULE += sht11 endif # default to mtd_mci ifneq (,$(filter mtd,$(USEMODULE))) USEMODULE += mtd_mci endif # default to using FAT on the SD card ifneq (,$(filter vfs_default,$(USEMODULE))) USEMODULE += fatfs_vfs USEMODULE += mtd endif