[LTP] [PATCH v3 2/3] Split off executable code from bpf/bpf_common.h
Petr Vorel
pvorel@suse.cz
Tue Feb 18 09:53:28 CET 2020
Hi,
> Sorry for the unclear question. I mean can we modify the Makefile as:
> --- a/testcases/kernel/syscalls/bpf/Makefile
> +++ b/testcases/kernel/syscalls/bpf/Makefile
> @@ -10,4 +10,4 @@ CFLAGS += -D_GNU_SOURCE
> include $(top_srcdir)/include/mk/generic_leaf_target.mk
> -$(MAKE_TARGETS): %: %.o bpf_common.o
> +$(MAKE_TARGETS): %: bpf_common.o
+1 that removes object files.
Kind regards,
Petr
More information about the ltp
mailing list