Makefile (51cf49f62654739a915fcb006047864efe9196e5) | Makefile (ff4b2bfa63bd07cca35f6e704dc5035650595950) |
---|---|
1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = \ 4 devlink_port_split.py \ 5 ethtool.sh \ 6 ethtool_extended_state.sh \ 7 ethtool_mm.sh \ 8 ethtool_rmon.sh \ 9 hw_stats_l3.sh \ 10 hw_stats_l3_gre.sh \ 11 loopback.sh \ 12 # 13 14TEST_FILES := \ 15 ethtool_lib.sh \ 16 # 17 18TEST_INCLUDES := \ | 1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = \ 4 devlink_port_split.py \ 5 ethtool.sh \ 6 ethtool_extended_state.sh \ 7 ethtool_mm.sh \ 8 ethtool_rmon.sh \ 9 hw_stats_l3.sh \ 10 hw_stats_l3_gre.sh \ 11 loopback.sh \ 12 # 13 14TEST_FILES := \ 15 ethtool_lib.sh \ 16 # 17 18TEST_INCLUDES := \ |
19 $(wildcard lib/py/*.py ../lib/py/*.py) \ |
|
19 ../../../net/lib.sh \ 20 ../../../net/forwarding/lib.sh \ 21 ../../../net/forwarding/ipip_lib.sh \ 22 ../../../net/forwarding/tc_common.sh \ 23 # 24 25include ../../../lib.mk | 20 ../../../net/lib.sh \ 21 ../../../net/forwarding/lib.sh \ 22 ../../../net/forwarding/ipip_lib.sh \ 23 ../../../net/forwarding/tc_common.sh \ 24 # 25 26include ../../../lib.mk |