Explorar el Código

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 hace 4 años
padre
commit
f525c41b2a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 \