We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8cede commit d81bab1Copy full SHA for d81bab1
tools/bootconfig/Makefile
@@ -18,7 +18,7 @@ ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS))
18
all: $(ALL_PROGRAMS) test
19
20
$(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)
21
- $(CC) $(filter %.c,$^) $(CFLAGS) -o $@
+ $(CC) $(filter %.c,$^) $(CFLAGS) $(LDFLAGS) -o $@
22
23
test: $(ALL_PROGRAMS) test-bootconfig.sh
24
./test-bootconfig.sh $(OUTPUT)
0 commit comments