af64423e9f
git-subtree-dir: qcom/opensource/eva-kernel git-subtree-mainline:caab746e9f
git-subtree-split:c1ff9cd986
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/eva-kernel tag: CV.LA.2.0.r1-04800-lanai.0
18 lines
485 B
Makefile
18 lines
485 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
CONFIG_BUILD_VENDORSI := true
|
|
|
|
# auto-detect subdirs
|
|
ifneq ($(CONFIG_BUILD_VENDORSI), true)
|
|
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
|
|
endif
|
|
|
|
obj-y +=msm/
|