openwrtv4/target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
Felix Fietkau 833bb8f485 convert brcm-2.4 to the new target structure
SVN-Revision: 7092
2007-05-04 22:13:42 +00:00

17 lines
438 B
Makefile

#
# Makefile for the BCM947xx specific kernel interface routines
# under Linux.
#
EXTRA_CFLAGS+=-I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
O_TARGET := bcm947xx.o
export-objs := export.o
obj-y := prom.o setup.o time.o sbmips.o gpio.o
obj-y += nvram.o nvram_linux.o sflash.o
obj-y += sbutils.o bcmutils.o bcmsrom.o hndchipc.o
obj-$(CONFIG_PCI) += sbpci.o pcibios.o
obj-y += export.o
include $(TOPDIR)/Rules.make