18 lines
485 B
Makefile
Executable File
18 lines
485 B
Makefile
Executable File
# 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/
|