Root/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
6EXTRA_CFLAGS+=-I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER
7
8O_TARGET := bcm947xx.o
9
10export-objs := export.o
11obj-y := prom.o setup.o time.o sbmips.o gpio.o
12obj-y += nvram.o cfe_env.o hndpmu.o
13obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o
14obj-$(CONFIG_PCI) += sbpci.o pcibios.o
15obj-y += export.o
16
17include $(TOPDIR)/Rules.make
18

Archive Download this file



interactive