diff options
Diffstat (limited to 'samples/bpf/Makefile')
| -rw-r--r-- | samples/bpf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 0718d9ce4619..f46d3492d032 100644 --- a/samples/bpf/Makefile +++ b/samples/bpf/Makefile | |||
| @@ -3,9 +3,11 @@ obj- := dummy.o | |||
| 3 | 3 | ||
| 4 | # List of programs to build | 4 | # List of programs to build |
| 5 | hostprogs-y := test_verifier test_maps | 5 | hostprogs-y := test_verifier test_maps |
| 6 | hostprogs-y += sock_example | ||
| 6 | 7 | ||
| 7 | test_verifier-objs := test_verifier.o libbpf.o | 8 | test_verifier-objs := test_verifier.o libbpf.o |
| 8 | test_maps-objs := test_maps.o libbpf.o | 9 | test_maps-objs := test_maps.o libbpf.o |
| 10 | sock_example-objs := sock_example.o libbpf.o | ||
| 9 | 11 | ||
| 10 | # Tell kbuild to always build the programs | 12 | # Tell kbuild to always build the programs |
| 11 | always := $(hostprogs-y) | 13 | always := $(hostprogs-y) |
