diff options
Diffstat (limited to 'drivers/net/sfc/Makefile')
-rw-r--r-- | drivers/net/sfc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/sfc/Makefile b/drivers/net/sfc/Makefile new file mode 100644 index 000000000000..0f023447eafd --- /dev/null +++ b/drivers/net/sfc/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | sfc-y += efx.o falcon.o tx.o rx.o falcon_xmac.o \ | ||
2 | i2c-direct.o ethtool.o xfp_phy.o mdio_10g.o \ | ||
3 | tenxpress.o boards.o sfe4001.o | ||
4 | |||
5 | obj-$(CONFIG_SFC) += sfc.o | ||