# Family-Level Interface Shim (FLIS) obj-$(subst m,y,$([31mCONFIG_PINCTRL_MERRIFIELD[0m)) += platform_mrfld_pinctrl.o # SDHCI Devices obj-$(subst m,y,$([31mCONFIG_MMC_SDHCI_PCI[0m)) += platform_mrfld_sd.o # WiFi obj-$(subst m,y,$([31mCONFIG_BRCMFMAC_SDIO[0m)) += platform_bcm43xx.o # IPC Devices obj-y += platform_ipc.o obj-$(subst m,y,$([31mCONFIG_MFD_INTEL_MSIC[0m)) += platform_msic.o obj-$(subst m,y,$([31mCONFIG_SND_MFLD_MACHINE[0m)) += platform_msic_audio.o obj-$(subst m,y,$([31mCONFIG_GPIO_MSIC[0m)) += platform_msic_gpio.o obj-$(subst m,y,$([31mCONFIG_MFD_INTEL_MSIC[0m)) += platform_msic_ocd.o obj-$(subst m,y,$([31mCONFIG_MFD_INTEL_MSIC[0m)) += platform_msic_battery.o obj-$(subst m,y,$([31mCONFIG_INTEL_MID_POWER_BUTTON[0m)) += platform_msic_power_btn.o obj-$(subst m,y,$([31mCONFIG_GPIO_INTEL_PMIC[0m)) += platform_pmic_gpio.o obj-$(subst m,y,$([31mCONFIG_INTEL_MFLD_THERMAL[0m)) += platform_msic_thermal.o # SPI Devices obj-$(subst m,y,$([31mCONFIG_SPI_SPIDEV[0m)) += platform_mrfld_spidev.o # I2C Devices obj-$(subst m,y,$([31mCONFIG_SENSORS_EMC1403[0m)) += platform_emc1403.o obj-$(subst m,y,$([31mCONFIG_SENSORS_LIS3LV02D[0m)) += platform_lis331.o obj-$(subst m,y,$([31mCONFIG_MPU3050_I2C[0m)) += platform_mpu3050.o obj-$(subst m,y,$([31mCONFIG_INPUT_BMA150[0m)) += platform_bma023.o obj-$(subst m,y,$([31mCONFIG_DRM_MEDFIELD[0m)) += platform_tc35876x.o # I2C GPIO Expanders obj-$(subst m,y,$([31mCONFIG_GPIO_PCA953X[0m)) += platform_max7315.o obj-$(subst m,y,$([31mCONFIG_GPIO_PCA953X[0m)) += platform_pcal9555a.o obj-$(subst m,y,$([31mCONFIG_GPIO_PCA953X[0m)) += platform_tca6416.o # MISC Devices obj-$(subst m,y,$([31mCONFIG_KEYBOARD_GPIO[0m)) += platform_gpio_keys.o obj-$(subst m,y,$([31mCONFIG_INTEL_MID_WATCHDOG[0m)) += platform_mrfld_wdt.o |