|
@@ -54,40 +54,11 @@ libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
|
|
|
libs-$(CONFIG_SPL_FRAMEWORK) += common/spl/
|
|
|
libs-$(CONFIG_SPL_LIBCOMMON_SUPPORT) += common/
|
|
|
libs-$(CONFIG_SPL_LIBDISK_SUPPORT) += disk/
|
|
|
-libs-$(CONFIG_SPL_CLK_SUPPORT) += drivers/clk/
|
|
|
-libs-$(CONFIG_SPL_DM) += drivers/core/
|
|
|
-libs-$(CONFIG_SPL_I2C_SUPPORT) += drivers/i2c/
|
|
|
-libs-$(CONFIG_SPL_GPIO_SUPPORT) += drivers/gpio/
|
|
|
-libs-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/
|
|
|
-libs-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += drivers/ddr/fsl/
|
|
|
-libs-$(CONFIG_SYS_MVEBU_DDR_A38X) += drivers/ddr/marvell/a38x/
|
|
|
-libs-$(CONFIG_SYS_MVEBU_DDR_AXP) += drivers/ddr/marvell/axp/
|
|
|
-libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/
|
|
|
-libs-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/
|
|
|
-libs-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/
|
|
|
-libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/
|
|
|
+libs-y += drivers/
|
|
|
libs-y += fs/
|
|
|
-libs-$(CONFIG_SPL_LED_SUPPORT) += drivers/led/
|
|
|
libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/
|
|
|
-libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/ drivers/power/pmic/
|
|
|
-libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/regulator/
|
|
|
-libs-$(CONFIG_SPL_MTD_SUPPORT) += drivers/mtd/
|
|
|
-libs-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/
|
|
|
-libs-$(CONFIG_SPL_DRIVERS_MISC_SUPPORT) += drivers/misc/
|
|
|
-libs-$(CONFIG_SPL_ONENAND_SUPPORT) += drivers/mtd/onenand/
|
|
|
-libs-$(CONFIG_SPL_DMA_SUPPORT) += drivers/dma/
|
|
|
libs-$(CONFIG_SPL_POST_MEM_SUPPORT) += post/drivers/
|
|
|
libs-$(CONFIG_SPL_NET_SUPPORT) += net/
|
|
|
-libs-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/
|
|
|
-libs-$(CONFIG_SPL_ETH_SUPPORT) += drivers/net/phy/
|
|
|
-libs-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/net/phy/
|
|
|
-libs-$(CONFIG_SPL_RAM_SUPPORT) += drivers/ram/
|
|
|
-libs-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += drivers/usb/musb-new/
|
|
|
-libs-$(CONFIG_SPL_USBETH_SUPPORT) += drivers/usb/gadget/
|
|
|
-libs-$(CONFIG_SPL_WATCHDOG_SUPPORT) += drivers/watchdog/
|
|
|
-libs-$(CONFIG_SPL_USB_HOST_SUPPORT) += drivers/usb/host/
|
|
|
-libs-$(CONFIG_OMAP_USB_PHY) += drivers/usb/phy/
|
|
|
-libs-$(CONFIG_SPL_SATA_SUPPORT) += drivers/block/
|
|
|
|
|
|
head-y := $(addprefix $(obj)/,$(head-y))
|
|
|
libs-y := $(addprefix $(obj)/,$(libs-y))
|