Staging: benet: patch to remove subdirectories
Here's a patch tp remove the subdirectories in staging/benet (1st item in staging/benet/TODO). Signed-off-by: Sathya Perla <sathyap@serverengines.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2774de17ba
commit
7f4252318d
@@ -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
|
obj-$(CONFIG_BENET) += benet.o
|
||||||
|
|
||||||
benet-y := be_init.o be_int.o be_netif.o be_ethtool.o \
|
benet-y := be_init.o \
|
||||||
hwlib/funcobj.o hwlib/cq.o hwlib/eq.o hwlib/mpu.o hwlib/eth.o
|
be_int.o \
|
||||||
|
be_netif.o \
|
||||||
|
be_ethtool.o \
|
||||||
|
funcobj.o \
|
||||||
|
cq.o \
|
||||||
|
eq.o \
|
||||||
|
mpu.o \
|
||||||
|
eth.o
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
TODO:
|
TODO:
|
||||||
- remove subdirectories
|
|
||||||
- fix minor checkpatch.pl issues
|
- fix minor checkpatch.pl issues
|
||||||
- remove wrappers around common iowrite functions
|
- remove wrappers around common iowrite functions
|
||||||
- full netdev audit of common problems/issues
|
- full netdev audit of common problems/issues
|
||||||
|
Reference in New Issue
Block a user