msm: eva: Update Kbuild to build eva for Waipio

Remove target specific build restrictions.

Change-Id: I31d282e6ff74d6126462509516b1ac7eca31ab39
Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
George Shen
2020-10-22 13:28:29 -07:00
parent 928365194b
commit f525c41b2a

2
Kbuild
View File

@@ -2,11 +2,9 @@
# auto-detect subdirs # auto-detect subdirs
ifneq ($(CONFIG_ARCH_QTI_VM), y) ifneq ($(CONFIG_ARCH_QTI_VM), y)
ifeq ($(CONFIG_ARCH_LAHAINA), y)
include $(srctree)/techpack/eva/config/waipioeva.conf include $(srctree)/techpack/eva/config/waipioeva.conf
LINUXINCLUDE += -include $(srctree)/techpack/eva/config/waipioevaconf.h LINUXINCLUDE += -include $(srctree)/techpack/eva/config/waipioevaconf.h
endif endif
endif
LINUXINCLUDE += -I$(srctree)/techpack/eva/include \ LINUXINCLUDE += -I$(srctree)/techpack/eva/include \
-I$(srctree)/techpack/eva/include/uapi \ -I$(srctree)/techpack/eva/include/uapi \