commit | 7b01dd5793394ee2ef47c328b28c30f5c01107c9 | [log] [tgz] |
---|---|---|
author | Jesper Dangaard Brouer <brouer@redhat.com> | Thu Apr 28 14:20:58 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 29 14:25:32 2016 -0400 |
tree | 8ec412e7697255f51eae0cebd92600cbbbfd8dbb | |
parent | 6ccfba75d3137efc3b665a337b946fd6df1162b9 [diff] |
samples/bpf: Makefile verify LLVM compiler avail and bpf target is supported Make compiling samples/bpf more user friendly, by detecting if LLVM compiler tool 'llc' is available, and also detect if the 'bpf' target is available in this version of LLVM. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>