convert brcm-2.4 to the new target structure
[openwrt/svn-archive/archive.git] / target / linux / brcm-2.4 / files / arch / mips / bcm947xx / Makefile
1 #
2 # Makefile for the BCM947xx specific kernel interface routines
3 # under Linux.
4 #
5
6 EXTRA_CFLAGS+=-I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
7
8 O_TARGET := bcm947xx.o
9
10 export-objs := export.o
11 obj-y := prom.o setup.o time.o sbmips.o gpio.o
12 obj-y += nvram.o nvram_linux.o sflash.o
13 obj-y += sbutils.o bcmutils.o bcmsrom.o hndchipc.o
14 obj-$(CONFIG_PCI) += sbpci.o pcibios.o
15 obj-y += export.o
16
17 include $(TOPDIR)/Rules.make