obj-y		+= clk.o
obj-y		+= cpu.o
obj-y		+= gpio.o
obj-y		+= led.o
obj-y		+= irq.o
obj-y		+= prom.o
obj-y		+= setup.o
obj-$(CONFIG_BCM_TIMER)	+= timer.o
obj-y		+= uart.o
obj-y		+= enet.o
obj-y		+= cpu-wait.o
obj-y		+= dying-gasp.o
obj-$(CONFIG_BCM_PWRMNGT_CPUFREQ) += cpu-freq.o
obj-y		+= xdsl.o
obj-$(CONFIG_BCM_WLAN) += wlan.o
obj-$(CONFIG_PCI) += pcie.o
obj-y		+= pwr-mngt.o
ifneq ($(strip $(CONFIG_USB)),)
obj-y 		+= usb-hc.o
endif
obj-y		+= nand.o
obj-y 		+= spi.o
obj-y 		+= m25p80.o
ifneq ($(strip $(CONFIG_INPUT_GPIO_BUTTONS)),)
obj-y		+= gpio-buttons.o
endif
ifneq ($(strip $(CONFIG_INPUT_GPIO_BUTTONS_HOTPLUG_V2)),)
obj-y		+= gpio-button-hotplug.o
endif
obj-y		+= gpio-leds.o
obj-y		+= wdt.o
obj-y		+= board.o
obj-y		+= cmdline.o
obj-$(CONFIG_SMP)	+= smp.o
obj-$(CONFIG_EARLY_PRINTK)	+= early_printk.o

obj-y		+= boards/

obj-y		+= bcmpktdma.o

EXTRA_CFLAGS += -Werror

$(obj)/bcmpktdma.o:
	@cp $(obj)/bcmpktdma.o_released $(obj)/bcmpktdma.o
