diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/net/sfc/Makefile | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/net/sfc/Makefile')
-rw-r--r-- | drivers/net/sfc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/sfc/Makefile b/drivers/net/sfc/Makefile new file mode 100644 index 00000000000..ab31c7124db --- /dev/null +++ b/drivers/net/sfc/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | sfc-y += efx.o nic.o falcon.o siena.o tx.o rx.o filter.o \ | ||
2 | falcon_xmac.o mcdi_mac.o \ | ||
3 | selftest.o ethtool.o qt202x_phy.o mdio_10g.o \ | ||
4 | tenxpress.o txc43128_phy.o falcon_boards.o \ | ||
5 | mcdi.o mcdi_phy.o | ||
6 | sfc-$(CONFIG_SFC_MTD) += mtd.o | ||
7 | |||
8 | obj-$(CONFIG_SFC) += sfc.o | ||