-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Sathya Perla
authored and
Greg Kroah-Hartman
committed
Jan 6, 2009
1 parent
2774de1
commit 7f42523
Showing
30 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.