mirror of https://github.com/OpenIPC/firmware.git
20 lines
878 B
Diff
20 lines
878 B
Diff
diff -drupN a/samples/bpf/Makefile b/samples/bpf/Makefile
|
|
--- a/samples/bpf/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/samples/bpf/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -22,6 +22,7 @@ hostprogs-y += spintest
|
|
hostprogs-y += map_perf_test
|
|
hostprogs-y += test_overhead
|
|
hostprogs-y += test_cgrp2_array_pin
|
|
+hostprogs-y += test_cgrp2_attach
|
|
hostprogs-y += xdp1
|
|
hostprogs-y += xdp2
|
|
hostprogs-y += test_current_task_under_cgroup
|
|
@@ -50,6 +51,7 @@ spintest-objs := bpf_load.o libbpf.o spi
|
|
map_perf_test-objs := bpf_load.o libbpf.o map_perf_test_user.o
|
|
test_overhead-objs := bpf_load.o libbpf.o test_overhead_user.o
|
|
test_cgrp2_array_pin-objs := libbpf.o test_cgrp2_array_pin.o
|
|
+test_cgrp2_attach-objs := libbpf.o test_cgrp2_attach.o
|
|
xdp1-objs := bpf_load.o libbpf.o xdp1_user.o
|
|
# reuse xdp1 source intentionally
|
|
xdp2-objs := bpf_load.o libbpf.o xdp1_user.o
|