2 lines
476 B
Batchfile
2 lines
476 B
Batchfile
savedcmd_drivers/net/ethernet/intel/ixgbe/ixgbe.mod := printf '%s\n' ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o ixgbe_xsk.o ixgbe_dcb.o ixgbe_dcb_82598.o ixgbe_dcb_82599.o ixgbe_dcb_nl.o ixgbe_sysfs.o ixgbe_debugfs.o ixgbe_fcoe.o ixgbe_ipsec.o | awk '!x[$$0]++ { print("drivers/net/ethernet/intel/ixgbe/"$$0) }' > drivers/net/ethernet/intel/ixgbe/ixgbe.mod
|