Browse Source

msm: eva: Update Kbuild to build eva for Waipio

Remove target specific build restrictions.

Change-Id: I31d282e6ff74d6126462509516b1ac7eca31ab39
Signed-off-by: George Shen <[email protected]>
George Shen 4 years ago
parent
commit
f525c41b2a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Kbuild

+ 0 - 2
Kbuild

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