2 lines
383 B
Batchfile
2 lines
383 B
Batchfile
|
savedcmd_drivers/net/ethernet/sfc/siena/sfc-siena.mod := printf '%s\n' farch.o siena.o efx.o efx_common.o efx_channels.o nic.o tx.o tx_common.o rx.o rx_common.o selftest.o ethtool.o ethtool_common.o ptp.o mcdi.o mcdi_port.o mcdi_port_common.o mcdi_mon.o siena_sriov.o | awk '!x[$$0]++ { print("drivers/net/ethernet/sfc/siena/"$$0) }' > drivers/net/ethernet/sfc/siena/sfc-siena.mod
|