added mk and Kbuild script to support building synx driver as external module for Vendor SI Change-Id: Ib66325d115ca46e6b61de1e168e85d09419f73e2 Signed-off-by: NITIN LAXMIDAS NAIK <quic_nitinlax@quicinc.com>
7 lines
107 B
Makefile
7 lines
107 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
CONFIG_BUILD_VENDORSI := true
|
|
|
|
# auto-detect subdirs
|
|
obj-y +=msm/
|