mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Split up brcm63xx into files/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6848 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
23
target/linux/brcm63xx-2.6/files/arch/mips/bcm963xx/Makefile
Normal file
23
target/linux/brcm63xx-2.6/files/arch/mips/bcm963xx/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user