Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/bootconfig: allow overriding CFLAGS assignment

Allow overriding the CFLAGS assignment so that the user can pass in
an outside value.

Link: https://lore.kernel.org/all/20250328183858.1417835-2-bmasney@redhat.com/

Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

authored by

Brian Masney and committed by
Masami Hiramatsu (Google)
9c8cedef 82f2b0b9

+1 -1
+1 -1
tools/bootconfig/Makefile
··· 10 10 endif 11 11 12 12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h 13 - CFLAGS = -Wall -g -I$(CURDIR)/include 13 + override CFLAGS += -Wall -g -I$(CURDIR)/include 14 14 15 15 ALL_TARGETS := bootconfig 16 16 ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS))