strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt.git] / target / linux / brcm63xx-2.6 / files / arch / mips / bcm963xx / Makefile
diff --git a/target/linux/brcm63xx-2.6/files/arch/mips/bcm963xx/Makefile b/target/linux/brcm63xx-2.6/files/arch/mips/bcm963xx/Makefile
deleted file mode 100644 (file)
index cf524fa..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# Makefile for generic Broadcom MIPS boards
-#
-# Copyright (C) 2004 Broadcom Corporation
-#
-obj-y           := irq.o prom.o setup.o time.o ser_init.o bcm63xx_led.o  board.o  boardparms.o int-handler.o
-
-SRCBASE         := $(TOPDIR)
-EXTRA_CFLAGS    += -I$(SRCBASE)/include
-#EXTRA_CFLAGS    += -I$(INC_ADSLDRV_PATH) -DDBG
-EXTRA_CFLAGS    += -I$(INC_ADSLDRV_PATH) 
-
-
-ifeq "$(ADSL)" "ANNEX_B"
-EXTRA_CFLAGS += -DADSL_ANNEXB
-endif
-ifeq "$(ADSL)" "SADSL"
-EXTRA_CFLAGS += -DADSL_SADSL
-endif
-ifeq "$(ADSL)" "ANNEX_C"
-EXTRA_CFLAGS += -DADSL_ANNEXC
-endif
-
This page took 0.020531 seconds and 4 git commands to generate.