Makefile (ed32f8d42cee118b075e4372a55c7739a11094b2) | Makefile (d35661fcf95d8818c1f9acc818a1bad23dda4e1c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2include ../../../../scripts/Kbuild.include 3include ../../../scripts/Makefile.arch 4 5LIBDIR := ../../../lib 6BPFDIR := $(LIBDIR)/bpf 7APIDIR := ../../../include/uapi 8GENDIR := ../../../../include/generated --- 43 unchanged lines hidden (view full) --- 52 test_xdp_veth.sh \ 53 test_offload.py \ 54 test_sock_addr.sh \ 55 test_tunnel.sh \ 56 test_lwt_seg6local.sh \ 57 test_lirc_mode2.sh \ 58 test_skb_cgroup_id.sh \ 59 test_flow_dissector.sh \ | 1# SPDX-License-Identifier: GPL-2.0 2include ../../../../scripts/Kbuild.include 3include ../../../scripts/Makefile.arch 4 5LIBDIR := ../../../lib 6BPFDIR := $(LIBDIR)/bpf 7APIDIR := ../../../include/uapi 8GENDIR := ../../../../include/generated --- 43 unchanged lines hidden (view full) --- 52 test_xdp_veth.sh \ 53 test_offload.py \ 54 test_sock_addr.sh \ 55 test_tunnel.sh \ 56 test_lwt_seg6local.sh \ 57 test_lirc_mode2.sh \ 58 test_skb_cgroup_id.sh \ 59 test_flow_dissector.sh \ |
60 test_xdp_vlan.sh \ | 60 test_xdp_vlan_mode_generic.sh \ 61 test_xdp_vlan_mode_native.sh \ |
61 test_lwt_ip_encap.sh \ 62 test_tcp_check_syncookie.sh \ 63 test_tc_tunnel.sh \ 64 test_tc_edt.sh \ 65 test_xdping.sh 66 67TEST_PROGS_EXTENDED := with_addr.sh \ 68 with_tunnels.sh \ --- 224 unchanged lines hidden --- | 62 test_lwt_ip_encap.sh \ 63 test_tcp_check_syncookie.sh \ 64 test_tc_tunnel.sh \ 65 test_tc_edt.sh \ 66 test_xdping.sh 67 68TEST_PROGS_EXTENDED := with_addr.sh \ 69 with_tunnels.sh \ --- 224 unchanged lines hidden --- |