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/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)DRIVERS_MISC_SUPPORT) += misc/ sysreset/ firmware/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)I2C_SUPPORT) += i2c/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)LED) += led/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)MMC_SUPPORT) += mmc/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += mtd/nand/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PHY) += phy/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)PINCTRL) += pinctrl/
|
|
|
|
obj-$(CONFIG_$(SPL_TPL_)RAM) += ram/
|
|
|
|
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-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/
|
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_GPIO_SUPPORT) += gpio/
|
|
|
|
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/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_ALTERA_SDRAM) += ddr/altera/
|
|
|
|
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/
|
2017-01-16 14:03:30 +00:00
|
|
|
obj-$(CONFIG_SPL_PCI_SUPPORT) += pci/
|
2017-01-16 14:03:33 +00:00
|
|
|
obj-$(CONFIG_SPL_PCH_SUPPORT) += pch/
|
2017-01-16 14:03:31 +00:00
|
|
|
obj-$(CONFIG_SPL_RTC_SUPPORT) += rtc/
|
2015-08-11 22:31:44 +00:00
|
|
|
obj-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += usb/musb-new/
|
2016-11-21 18:58:53 +00:00
|
|
|
obj-$(CONFIG_SPL_USB_GADGET_SUPPORT) += usb/gadget/
|
|
|
|
obj-$(CONFIG_SPL_USB_GADGET_SUPPORT) += usb/gadget/udc/
|
2016-11-21 18:58:52 +00:00
|
|
|
obj-$(CONFIG_SPL_DFU_SUPPORT) += dfu/
|
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/
|
2016-05-01 17:36:13 +00:00
|
|
|
obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
|
2016-05-01 19:52:28 +00:00
|
|
|
obj-$(CONFIG_SPL_MMC_SUPPORT) += 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/
|
|
|
|
obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
|
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/
|
2017-04-14 02:10:24 +00:00
|
|
|
obj-y += firmware/
|
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/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += pcmcia/
|
|
|
|
obj-y += dfu/
|
2016-01-19 03:19:17 +00:00
|
|
|
obj-$(CONFIG_X86) += 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/
|
2016-08-07 05:53:00 +00:00
|
|
|
obj-y += sysreset/
|
2013-10-17 11:38:52 +00:00
|
|
|
obj-y += tpm/
|
|
|
|
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-08-09 12:51:16 +00:00
|
|
|
obj-y += axi/
|
2015-08-11 22:31:44 +00:00
|
|
|
|
2016-01-28 10:00:15 +00:00
|
|
|
obj-$(CONFIG_MACH_PIC32) += ddr/microchip/
|
2015-08-11 22:31:44 +00:00
|
|
|
endif
|