blob: 460b923b99bdd5ffda33853612d1a8a754d252b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|