
Enable compilation of mm-driver modules and add scripts to copy the uapi header files. Change-Id: I0af6581ca96aa630c9707ef05abc4cccbfe92bab Signed-off-by: Jeykumar Sankaran <quic_jeykumar@quicinc.com>
11 行
277 B
Makefile
11 行
277 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
KDIR := $(TOP)/kernel_platform/msm-kernel
|
|
LINUXINCLUDE += -I$(SYNC_FENCE_ROOT)sync_fence/include/
|
|
|
|
obj-m += sync_fence.o
|
|
|
|
sync_fence-y := src/qcom_sync_file.o
|
|
|
|
CDEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
|