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: Run test script when build all

Run the bootconfig test script when build all target
so that user can notice any issue when build it.

Link: https://lkml.kernel.org/r/163187295173.2366983.18295281097397499118.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

authored by

Masami Hiramatsu and committed by
Steven Rostedt (VMware)
f30f00cc e306220c

+1 -1
+1 -1
tools/bootconfig/Makefile
··· 15 15 ALL_TARGETS := bootconfig 16 16 ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) 17 17 18 - all: $(ALL_PROGRAMS) 18 + all: $(ALL_PROGRAMS) test 19 19 20 20 $(OUTPUT)bootconfig: main.c $(LIBSRC) 21 21 $(CC) $(filter %.c,$^) $(CFLAGS) -o $@