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:
2
Kbuild
2
Kbuild
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user