2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2015-11-10 01:06:16 +00:00
|
|
|
|
2017-07-04 09:29:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)CLK) += clk/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)DM) += core/
|
2019-01-17 19:43:03 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)DFU) += dfu/
|
2018-11-16 01:43:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)GPIO_SUPPORT) += gpio/
|
2019-07-16 19:29:32 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)DRIVERS_MISC_SUPPORT) += misc/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)SYSRESET) += sysreset/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)FIRMWARE) +=firmware/
|
2017-07-04 09:29:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)I2C_SUPPORT) += i2c/
|
2018-11-16 01:43:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)INPUT) += input/
|
2017-07-04 09:29:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)LED) += led/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)MMC_SUPPORT) += mmc/
|
2018-08-16 15:30:07 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += mtd/nand/raw/
|
2018-11-16 01:43:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PCH_SUPPORT) += pch/
|
2018-12-06 10:10:08 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PCI) += pci/
|
2017-07-04 09:29:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PHY) += phy/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PINCTRL) += pinctrl/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)RAM) += ram/
|
2018-11-16 01:43:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)RTC_SUPPORT) += rtc/
|
2017-07-04 09:29:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)SERIAL_SUPPORT) += serial/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)SPI_FLASH_SUPPORT) += mtd/spi/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/
|
2017-07-28 15:38:42 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/
|
2018-10-15 09:21:00 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)VIRTIO) += virtio/
|
2018-08-27 10:27:49 +00:00
|
|
|
obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox/
|
2018-08-27 10:27:53 +00:00
|
|
|
obj-$(CONFIG_$(SPL_)REMOTEPROC) += remoteproc/
|
2018-11-16 01:43:55 +00:00
|
|
|
obj-$(CONFIG_$(SPL_TPL_)TPM) += tpm/
|
2015-08-11 22:31:45 +00:00
|
|
|
|
2017-07-04 09:29:55 +00:00
|
|
|
ifndef CONFIG_TPL_BUILD
|
2015-08-11 22:31:44 +00:00
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
|
|
|
2018-05-02 14:10:50 +00:00
|
|
|
obj-$(CONFIG_SPL_BOOTCOUNT_LIMIT) += bootcount/
|
2017-01-16 14:03:29 +00:00
|
|
|
obj-$(CONFIG_SPL_CPU_SUPPORT) += cpu/
|
2016-06-10 02:18:44 +00:00
|
|
|
obj-$(CONFIG_SPL_CRYPTO_SUPPORT) += crypto/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/
|
2015-12-21 12:56:33 +00:00
|
|
|
obj-$(CONFIG_ARMADA_38X) += ddr/marvell/a38x/
|
|
|
|
obj-$(CONFIG_ARMADA_XP) += ddr/marvell/axp/
|
2019-05-06 01:55:59 +00:00
|
|
|
obj-$(CONFIG_$(SPL_)ALTERA_SDRAM) += ddr/altera/
|
2018-11-20 10:19:57 +00:00
|
|
|
obj-$(CONFIG_ARCH_IMX8M) += ddr/imx/imx8m/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_POWER_SUPPORT) += power/ power/pmic/
|
|
|
|
obj-$(CONFIG_SPL_POWER_SUPPORT) += power/regulator/
|
2018-07-27 02:20:37 +00:00
|
|
|
obj-$(CONFIG_SPL_POWER_DOMAIN) += power/domain/
|
2018-06-14 10:45:19 +00:00
|
|
|
obj-$(CONFIG_SPL_DM_RESET) += reset/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_MTD_SUPPORT) += mtd/
|
|
|
|
obj-$(CONFIG_SPL_ONENAND_SUPPORT) += mtd/onenand/
|
2016-07-12 18:28:12 +00:00
|
|
|
obj-$(CONFIG_SPL_UBI) += mtd/ubispl/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_DMA_SUPPORT) += dma/
|
|
|
|
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/
|
|
|
|
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/
|
2018-02-16 15:47:44 +00:00
|
|
|
obj-$(CONFIG_SPL_USB_ETHER) += net/phy/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += usb/musb-new/
|
2019-01-10 14:44:13 +00:00
|
|
|
obj-$(CONFIG_SPL_USB_GADGET) += usb/gadget/
|
|
|
|
obj-$(CONFIG_SPL_USB_GADGET) += usb/common/
|
|
|
|
obj-$(CONFIG_SPL_USB_GADGET) += usb/gadget/udc/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/
|
|
|
|
obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += usb/host/
|
|
|
|
obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
|
2017-06-15 03:28:27 +00:00
|
|
|
obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/
|
2018-12-05 13:23:38 +00:00
|
|
|
obj-$(CONFIG_HAVE_BLOCK_DEVICE) += block/
|
2017-07-26 05:05:41 +00:00
|
|
|
obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
|
2017-11-14 10:42:31 +00:00
|
|
|
obj-$(CONFIG_SPL_THERMAL) += thermal/
|
2017-07-04 09:29:55 +00:00
|
|
|
|
|
|
|
endif
|
2016-09-13 05:18:25 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef CONFIG_TPL_BUILD
|
|
|
|
|
|
|
|
obj-$(CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/
|
|
|
|
|
|
|
|
endif
|
2015-08-11 22:31:44 +00:00
|
|
|
|
2016-09-13 05:18:25 +00:00
|
|
|
ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
|
2015-08-11 22:31:44 +00:00
|
|
|
|
2015-10-27 12:08:00 +00:00
|
|
|
obj-y += adc/
|
2017-06-15 03:28:26 +00:00
|
|
|
obj-y += ata/
|
2014-09-18 06:43:41 +00:00
|
|
|
obj-$(CONFIG_DM_DEMO) += demo/
|
2013-11-11 05:35:51 +00:00
|
|
|
obj-$(CONFIG_BIOSEMU) += bios_emulator/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += block/
|
2018-07-31 09:44:11 +00:00
|
|
|
obj-y += board/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
|
2019-04-23 21:55:03 +00:00
|
|
|
obj-y += cache/
|
2015-04-29 02:25:09 +00:00
|
|
|
obj-$(CONFIG_CPU) += cpu/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += crypto/
|
2018-05-29 15:30:41 +00:00
|
|
|
obj-$(CONFIG_FASTBOOT) += fastboot/
|
2013-11-11 05:35:51 +00:00
|
|
|
obj-$(CONFIG_FPGA) += fpga/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += misc/
|
2017-05-09 11:31:40 +00:00
|
|
|
obj-$(CONFIG_MMC) += mmc/
|
2017-08-03 09:30:57 +00:00
|
|
|
obj-$(CONFIG_NVME) += nvme/
|
2019-04-27 08:15:21 +00:00
|
|
|
obj-$(CONFIG_PCI_ENDPOINT) += pci_endpoint/
|
2019-02-17 03:24:49 +00:00
|
|
|
obj-y += dfu/
|
|
|
|
obj-$(CONFIG_PCH) += pch/
|
2018-05-07 07:33:26 +00:00
|
|
|
obj-y += phy/allwinner/
|
2016-05-23 09:12:05 +00:00
|
|
|
obj-y += phy/marvell/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += rtc/
|
2017-06-15 03:28:27 +00:00
|
|
|
obj-y += scsi/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += sound/
|
2016-03-31 21:12:27 +00:00
|
|
|
obj-y += spmi/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += video/
|
|
|
|
obj-y += watchdog/
|
2013-11-11 05:35:57 +00:00
|
|
|
obj-$(CONFIG_QE) += qe/
|
2014-09-25 05:52:25 +00:00
|
|
|
obj-$(CONFIG_U_QE) += qe/
|
2016-05-13 21:50:29 +00:00
|
|
|
obj-y += mailbox/
|
2014-06-07 02:10:49 +00:00
|
|
|
obj-y += memory/
|
2014-07-18 04:07:19 +00:00
|
|
|
obj-y += pwm/
|
2016-06-17 15:43:58 +00:00
|
|
|
obj-y += reset/
|
2014-09-18 06:43:41 +00:00
|
|
|
obj-y += input/
|
2014-10-22 14:18:21 +00:00
|
|
|
# SOC specific infrastructure drivers.
|
2018-07-01 23:57:55 +00:00
|
|
|
obj-y += smem/
|
2014-10-22 14:18:21 +00:00
|
|
|
obj-y += soc/
|
2014-11-20 13:14:13 +00:00
|
|
|
obj-y += thermal/
|
2018-09-25 14:40:09 +00:00
|
|
|
obj-$(CONFIG_TEE) += tee/
|
2018-08-09 12:51:16 +00:00
|
|
|
obj-y += axi/
|
2019-10-15 12:54:36 +00:00
|
|
|
obj-y += ufs/
|
2018-09-18 07:35:24 +00:00
|
|
|
obj-$(CONFIG_W1) += w1/
|
2018-09-18 07:35:27 +00:00
|
|
|
obj-$(CONFIG_W1_EEPROM) += w1-eeprom/
|
2015-08-11 22:31:44 +00:00
|
|
|
|
2016-01-28 10:00:15 +00:00
|
|
|
obj-$(CONFIG_MACH_PIC32) += ddr/microchip/
|
2018-11-27 12:49:50 +00:00
|
|
|
obj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock/
|
2015-08-11 22:31:44 +00:00
|
|
|
endif
|