summaryrefslogtreecommitdiff
path: root/drivers/staging/benet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/benet/Makefile')
-rw-r--r--drivers/staging/benet/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/drivers/staging/benet/Makefile b/drivers/staging/benet/Makefile
index 58c050d..460b923 100644
--- a/drivers/staging/benet/Makefile
+++ b/drivers/staging/benet/Makefile
@@ -1,9 +1,14 @@
#
-# Makefile to build the network driver for ServerEngine's BladeEngine.
+# Makefile to build the network driver for ServerEngine's BladeEngine
#
-EXTRA_CFLAGS = -I$(src)/hwlib -I$(src)/fw
-
obj-$(CONFIG_BENET) += benet.o
-benet-y := be_init.o be_int.o be_netif.o be_ethtool.o \
- hwlib/funcobj.o hwlib/cq.o hwlib/eq.o hwlib/mpu.o hwlib/eth.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