mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 18:05:21 +02:00
tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
This makes it possible to add sanitizer flags. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20230210001210.395194-3-iii@linux.ibm.com
This commit is contained in:
parent
795deb3f97
commit
585bf4640e
|
@ -13,6 +13,8 @@ BPF_DESTDIR := $(BPFOBJ_OUTPUT)
|
||||||
BPF_INCLUDE := $(BPF_DESTDIR)/include
|
BPF_INCLUDE := $(BPF_DESTDIR)/include
|
||||||
INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi)
|
INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi)
|
||||||
CFLAGS := -g -Wall $(CLANG_CROSS_FLAGS)
|
CFLAGS := -g -Wall $(CLANG_CROSS_FLAGS)
|
||||||
|
CFLAGS += $(EXTRA_CFLAGS)
|
||||||
|
LDFLAGS += $(EXTRA_LDFLAGS)
|
||||||
|
|
||||||
# Try to detect best kernel BTF source
|
# Try to detect best kernel BTF source
|
||||||
KERNEL_REL := $(shell uname -r)
|
KERNEL_REL := $(shell uname -r)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user