Files
android_kernel_samsung_sm86…/qcom/opensource/mm-drivers/sync_fence/Kbuild
Pranav Vashi a4b2552c73 qcom: Remove build timestamp injection on every build
Change-Id: If2d59c5792f8291f289f88e088621e32229bb682
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2024-10-06 16:55:25 +02:00

16 rindas
511 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
KDIR := $(TOP)/kernel_platform/msm-kernel
LINUXINCLUDE += -I$(SYNC_FENCE_ROOT)sync_fence/include/
include $(SYNC_FENCE_ROOT)/config/kalamammdrivers.conf
LINUXINCLUDE += -include $(SYNC_FENCE_ROOT)/config/kalamammdriversconf.h
ifdef CONFIG_QCOM_SPEC_SYNC
obj-m += sync_fence.o
sync_fence-y := src/qcom_sync_file.o
endif
EXTRA_CFLAGS += -Wformat-extra-args -Wstrict-prototypes -Wformat-insufficient-args \
-Wformat-invalid-specifier -Wformat-zero-length -Wnonnull