aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/benet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/benet/Makefile')
-rw-r--r--drivers/staging/benet/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/benet/Makefile b/drivers/staging/benet/Makefile
new file mode 100644
index 000000000000..460b923b99bd
--- /dev/null
+++ b/drivers/staging/benet/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile to build the network driver for ServerEngine's BladeEngine
+#
+obj-$(CONFIG_BENET) += benet.o
+
+benet-y := be_init.o \
+ be_int.o \
+ be_netif.o \
+ be_ethtool.o \
+ funcobj.o \
+ cq.o \
+ eq.o \
+ mpu.o \
+ eth.o