cf524fa64a30d2bec09c05555fa4777864b965f2
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx-2.6 / files / arch / mips / bcm963xx / Makefile
1 #
2 # Makefile for generic Broadcom MIPS boards
3 #
4 # Copyright (C) 2004 Broadcom Corporation
5 #
6 obj-y := irq.o prom.o setup.o time.o ser_init.o bcm63xx_led.o board.o boardparms.o int-handler.o
7
8 SRCBASE := $(TOPDIR)
9 EXTRA_CFLAGS += -I$(SRCBASE)/include
10 #EXTRA_CFLAGS += -I$(INC_ADSLDRV_PATH) -DDBG
11 EXTRA_CFLAGS += -I$(INC_ADSLDRV_PATH)
12
13
14 ifeq "$(ADSL)" "ANNEX_B"
15 EXTRA_CFLAGS += -DADSL_ANNEXB
16 endif
17 ifeq "$(ADSL)" "SADSL"
18 EXTRA_CFLAGS += -DADSL_SADSL
19 endif
20 ifeq "$(ADSL)" "ANNEX_C"
21 EXTRA_CFLAGS += -DADSL_ANNEXC
22 endif
23