
Change-Id: If2d59c5792f8291f289f88e088621e32229bb682 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
16 rindas
511 B
Makefile
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
|