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)
commitef8ba83b7cf6c530fbb2c83cf87f9755b8424a84
tree0e32592874a4fdf352ab5c1a5291dec681e94f42
parenta50b7f8c618a7953cd0bef407b390b6db60d0fc3
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