1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 18:11:29 +03:00
openwrt-xburst/target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
nbd 0cc51371c0 brcm-2.4: rip out all /dev/nvram and nvram setting/committing code from the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 14:51:26 +00:00

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