Root/
| 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 cfe_env.o hndpmu.o |
| 13 | obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o |
| 14 | obj-$(CONFIG_PCI) += sbpci.o pcibios.o |
| 15 | obj-y += export.o |
| 16 | |
| 17 | include $(TOPDIR)/Rules.make |
| 18 |
