|
@@ -15,6 +15,7 @@ obj-$(CONFIG_$(SPL_TPL_)SPI_FLASH_SUPPORT) += mtd/spi/
|
|
obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/
|
|
obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/
|
|
obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/
|
|
obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/
|
|
obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox/
|
|
obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox/
|
|
|
|
+obj-$(CONFIG_$(SPL_)REMOTEPROC) += remoteproc/
|
|
|
|
|
|
ifndef CONFIG_TPL_BUILD
|
|
ifndef CONFIG_TPL_BUILD
|
|
ifdef CONFIG_SPL_BUILD
|
|
ifdef CONFIG_SPL_BUILD
|
|
@@ -102,7 +103,6 @@ obj-y += input/
|
|
# SOC specific infrastructure drivers.
|
|
# SOC specific infrastructure drivers.
|
|
obj-y += smem/
|
|
obj-y += smem/
|
|
obj-y += soc/
|
|
obj-y += soc/
|
|
-obj-$(CONFIG_REMOTEPROC) += remoteproc/
|
|
|
|
obj-y += thermal/
|
|
obj-y += thermal/
|
|
obj-y += axi/
|
|
obj-y += axi/
|
|
|
|
|