
Remove target specific build restrictions. Change-Id: I31d282e6ff74d6126462509516b1ac7eca31ab39 Signed-off-by: George Shen <sqiao@codeaurora.org>
14 行
409 B
Makefile
14 行
409 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# auto-detect subdirs
|
|
ifneq ($(CONFIG_ARCH_QTI_VM), y)
|
|
include $(srctree)/techpack/eva/config/waipioeva.conf
|
|
LINUXINCLUDE += -include $(srctree)/techpack/eva/config/waipioevaconf.h
|
|
endif
|
|
|
|
LINUXINCLUDE += -I$(srctree)/techpack/eva/include \
|
|
-I$(srctree)/techpack/eva/include/uapi \
|
|
-I$(srctree)/techpack/eva/include/uapi/eva
|
|
|
|
obj-y +=msm/
|