Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f425231 authored by Sathya Perla's avatar Sathya Perla Committed by Greg Kroah-Hartman
Browse files

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: default avatarSathya Perla <sathyap@serverengines.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2774de17
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
#
# 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
+0 −1
Original line number Diff line number Diff line
TODO:
	- remove subdirectories
	- fix minor checkpatch.pl issues
	- remove wrappers around common iowrite functions
	- full netdev audit of common problems/issues
Loading