Newer
Older
barebox / arch / ppc / lib / Makefile
@Andre Naujoks Andre Naujoks on 28 Jul 2011 294 bytes barebox compilation with gcc 4.5.2 and ptxdist
obj-y += bat_rw.o
obj-y += board.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
obj-y += crtsavres.o