You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
752 B
30 lines
752 B
obj-y += kapi/
|
|
obj-y += misc/
|
|
obj-y += clk/
|
|
|
|
obj-$(CONFIG_VIRTUAL_INPUT) += vinput/
|
|
obj-$(CONFIG_SOCT_DMA) += dma/
|
|
|
|
ifeq ($(findstring y, $(CONFIG_ARCH_RESERVED19)$(CONFIG_ARCH_RESERVED17)$(CONFIG_ARCH_HI3751V811)),)
|
|
obj-y += cpu/
|
|
obj-y += mailbox/
|
|
endif
|
|
|
|
ifneq ($(findstring $(CONFIG_SOCT_CHIP_REVERSION), "reserved19_c"),)
|
|
obj-y += mailbox/
|
|
endif
|
|
|
|
ifneq ($(findstring $(CONFIG_SOCT_CHIP_REVERSION), "hi3751v811_c"),)
|
|
obj-y += mailbox/
|
|
endif
|
|
# RESERVED17 don't support pcie #
|
|
ifneq ($(findstring y, $(CONFIG_ARCH_RESERVED19)),)
|
|
obj-$(CONFIG_PCIE_SOCT_CFG) += pcie/
|
|
endif
|
|
|
|
obj-$(CONFIG_SOCT_BOOTDEVICE) += bootdevice/
|
|
obj-$(CONFIG_DDR_INFO) += ddrinfo/
|
|
obj-y += bootpartition/
|
|
|
|
obj-$(CONFIG_ANDROID_LOGGER) += logger/
|