]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpf: silence make by not deleting intermediate file
authorJiri Benc <jbenc@redhat.com>
Thu, 8 Mar 2018 22:00:41 +0000 (23:00 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 9 Mar 2018 09:22:59 +0000 (10:22 +0100)
commite1f3b894184295804281777eee75f5fbed5a0237
tree0e32592874a4fdf352ab5c1a5291dec681e94f42
parent75ce421ff8f347f0956dd4cb40befa1bfae26bc0
tools: bpf: silence make by not deleting intermediate file

Even in quiet mode, make finishes with

rm tools/bpf/bpf_exp.lex.c

That's because it considers the file to be intermediate. Silence that by
mentioning the lex.c file instead of the lex.o file; the dependency still
stays.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/Makefile