Newer
Older
barebox / arch / ppc / lib / Makefile
@Carsten Schlote Carsten Schlote on 21 Feb 2008 290 bytes [ppc] Fixed orphaned CONFIG_INTERRUPTS
obj-y += bat_rw.o
obj-y += board.o
obj-y += cache.o
obj-y += extable.o
obj-$(CONFIG_USE_IRQ) += interrupts.o
obj-y += kgdb.o
obj-y += ppcstring.o
obj-y += ticks.o
obj-y += time.o
obj-y += misc.o
obj-$(CONFIG_CMD_BOOTM) += ppclinux.o
obj-y += board_data.o
obj-$(CONFIG_MODULES) += module.o