File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CFLAGS := -g -Wall
1010
1111# Try to detect best kernel BTF source
1212KERNEL_REL := $(shell uname -r)
13- ifneq ("$(wildcard /sys/kenerl /btf/vmlinux) ","")
13+ ifneq ("$(wildcard /sys/kernel /btf/vmlinux) ","")
1414VMLINUX_BTF := /sys/kernel/btf/vmlinux
1515else ifneq ("$(wildcard /boot/vmlinux-$(KERNEL_REL))","")
1616VMLINUX_BTF := /boot/vmlinux-$(KERNEL_REL )
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ TEST_PROGS_EXTENDED := with_addr.sh \
7373# Compile but not part of 'make run_tests'
7474TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
7575 flow_dissector_load test_flow_dissector test_tcp_check_syncookie_user \
76- test_lirc_mode2_user xdping test_cpp
76+ test_lirc_mode2_user xdping test_cpp runqslower
7777
7878TEST_CUSTOM_PROGS = urandom_read
7979
@@ -124,6 +124,11 @@ $(OUTPUT)/test_stub.o: test_stub.c
124124 $(call msg,CC,,$@ )
125125 $(CC ) -c $(CFLAGS ) -o $@ $<
126126
127+ .PHONY : $(OUTPUT ) /runqslower
128+ $(OUTPUT ) /runqslower : force
129+ $(Q )$(MAKE ) $(submake_extras ) -C $(TOOLSDIR ) /bpf/runqslower \
130+ OUTPUT=$(CURDIR ) /tools/
131+
127132BPFOBJ := $(OUTPUT ) /libbpf.a
128133
129134$(TEST_GEN_PROGS ) $(TEST_GEN_PROGS_EXTENDED ) : $(OUTPUT ) /test_stub.o $(BPFOBJ )
You can’t perform that action at this time.
0 commit comments