sm8750: init kernel modules repo
This commit is contained in:
17
qcom/opensource/eva-kernel/Kbuild
Normal file
17
qcom/opensource/eva-kernel/Kbuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user