Re: [PATCH net-next v1] bpf: Rebuild bpf.o for any dependency update

2017-02-15 Thread David Miller
From: Mickaël Salaün Date: Sat, 11 Feb 2017 23:20:23 +0100 > This is needed to force a rebuild of bpf.o when one of its dependencies > (e.g. uapi/linux/bpf.h) is updated. > > Add a phony target. > > Signed-off-by: Mickaël Salaün Applied.

[PATCH net-next v1] bpf: Rebuild bpf.o for any dependency update

2017-02-11 Thread Mickaël Salaün
This is needed to force a rebuild of bpf.o when one of its dependencies (e.g. uapi/linux/bpf.h) is updated. Add a phony target. Signed-off-by: Mickaël Salaün Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: David S. Miller Cc: Wang Nan --- tools/testing/selftests/bpf/Makefile | 15 +++