summaryrefslogtreecommitdiff
path: root/package/broadcom-57xx/src/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:43:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:43:32 +0000
commit08e4d51c29ea57920f6e5f7906b19b19e1c71a50 (patch)
tree587ae60c092c92cb965d1b5976f85a91aaf41f65 /package/broadcom-57xx/src/Makefile
parentda1bb88a2b900f0392b731ec47c5e1bff956fd8f (diff)
downloadmtk-20170518-08e4d51c29ea57920f6e5f7906b19b19e1c71a50.zip
mtk-20170518-08e4d51c29ea57920f6e5f7906b19b19e1c71a50.tar.gz
mtk-20170518-08e4d51c29ea57920f6e5f7906b19b19e1c71a50.tar.bz2
remove broadcom-57xx (only used on linux 2.4)
SVN-Revision: 21953
Diffstat (limited to 'package/broadcom-57xx/src/Makefile')
-rw-r--r--package/broadcom-57xx/src/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/broadcom-57xx/src/Makefile b/package/broadcom-57xx/src/Makefile
deleted file mode 100644
index 79db769..0000000
--- a/package/broadcom-57xx/src/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Broadcom BCM57XX Gigabit Ethernet driver make file.
-#
-#
-
-O_TARGET = bcm57xx.o
-
-EXTRA_CFLAGS += -DDBG=0 -DBCM_PROC_FS=1 -DT3_JUMBO_RCV_RCB_ENTRY_COUNT=256
-EXTRA_CFLAGS += -DPCIX_TARGET_WORKAROUND=1 -DINCLUDE_TBI_SUPPORT=1 -DINCLUDE_5701_AX_FIX=1
-
-export-objs :=
-
-obj-y := b57um.o tigon3.o autoneg.o 5701rls.o tcp_seg.o hndgige.o bcmrobo.o
-obj-m := $(O_TARGET)
-
-include $(TOPDIR)/Rules.make