brintos

brintos / linux-shallow public Read only

0
0
Text · 485 B · 03a0891 Raw
25 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for net selftests3 4TEST_PROGS := \5	bond-arp-interval-causes-panic.sh \6	bond-break-lacpdu-tx.sh \7	bond-lladdr-target.sh \8	dev_addr_lists.sh \9	mode-1-recovery-updelay.sh \10	mode-2-recovery-updelay.sh \11	bond_options.sh \12	bond-eth-type-change.sh \13	bond_macvlan.sh14 15TEST_FILES := \16	lag_lib.sh \17	bond_topo_2d1c.sh \18	bond_topo_3d1c.sh19 20TEST_INCLUDES := \21	../../../net/forwarding/lib.sh \22	../../../net/lib.sh23 24include ../../../lib.mk25