Root/package/broadcom-57xx/src/Makefile

1#
2# Broadcom BCM57XX Gigabit Ethernet driver make file.
3#
4#
5
6O_TARGET = bcm57xx.o
7
8EXTRA_CFLAGS += -DDBG=0 -DBCM_PROC_FS=1 -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256
9EXTRA_CFLAGS += -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT=1 -DINCLUDE_5701_AX_FIX=1
10
11export-objs :=
12
13obj-y := b57um.o tigon3.o autoneg.o 5701rls.o tcp_seg.o hndgige.o bcmrobo.o
14obj-m := $(O_TARGET)
15
16include $(TOPDIR)/Rules.make
17

Archive Download this file



interactive