barebox/arch/ppc/mach-mpc85xx/Makefile
Alexander Smirnov c5e4c38f19 common: move DDR_SPD to common/Kconfig
This patch makes it possible to use ddr_spd-related
routines in any arch not only in ppc.

Signed-off-by: Alexander Smirnov <alllecs@yandex.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-07-06 13:33:09 +02:00

15 lines
367 B
Makefile

obj-y += cpuid.o
obj-y += cpu.o
obj-y += cpu_init.o
obj-y += fsl_law.o
obj-y += speed.o
obj-y +=time.o
obj-y += fsl_gpio.o
obj-y += fsl_i2c.o
obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_OFTREE) += fdt.o
obj-$(CONFIG_DRIVER_NET_GIANFAR) += eth-devices.o
obj-$(CONFIG_FSL_DDR2) += ../ddr-8xxx/
obj-$(CONFIG_FSL_DDR3) += ../ddr-8xxx/
extra-y += barebox.lds