|
@@ -3,9 +3,14 @@
|
|
KDIR := $(TOP)/kernel_platform/common
|
|
KDIR := $(TOP)/kernel_platform/common
|
|
|
|
|
|
ifeq ($(CONFIG_ARCH_WAIPIO), y)
|
|
ifeq ($(CONFIG_ARCH_WAIPIO), y)
|
|
|
|
+ifeq ($(CONFIG_ARCH_QTI_VM), y)
|
|
|
|
+ include $(DISPLAY_ROOT)/config/gki_waipiodisptui.conf
|
|
|
|
+ LINUX_INC += -include $(DISPLAY_ROOT)/config/gki_waipiodisptuiconf.h
|
|
|
|
+else
|
|
include $(DISPLAY_ROOT)/config/gki_waipiodisp.conf
|
|
include $(DISPLAY_ROOT)/config/gki_waipiodisp.conf
|
|
LINUX_INC += -include $(DISPLAY_ROOT)/config/gki_waipiodispconf.h
|
|
LINUX_INC += -include $(DISPLAY_ROOT)/config/gki_waipiodispconf.h
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
|
|
|
|
KBUILD_CPPFLAGS += -DCONFIG_MSM_MMRM=1
|
|
KBUILD_CPPFLAGS += -DCONFIG_MSM_MMRM=1
|
|
|
|
|