]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8xxx/ddr/Makefile
arm: mx5: Add fuse supply enable in fsl_iim
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8xxx / ddr / Makefile
1 #
2 # Copyright 2008-2011 Freescale Semiconductor, Inc.
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # Version 2 as published by the Free Software Foundation.
7 #
8
9 obj-$(CONFIG_FSL_DDR1)  += main.o util.o ctrl_regs.o options.o \
10                                    lc_common_dimm_params.o
11
12 obj-$(CONFIG_FSL_DDR2)  += main.o util.o ctrl_regs.o options.o \
13                                    lc_common_dimm_params.o
14
15 obj-$(CONFIG_FSL_DDR3)  += main.o util.o ctrl_regs.o options.o \
16                                    lc_common_dimm_params.o
17 ifdef CONFIG_DDR_SPD
18 SPD := y
19 endif
20 ifdef CONFIG_SPD_EEPROM
21 SPD := y
22 endif
23 ifdef SPD
24 obj-$(CONFIG_FSL_DDR1)  += ddr1_dimm_params.o
25 obj-$(CONFIG_FSL_DDR2)  += ddr2_dimm_params.o
26 obj-$(CONFIG_FSL_DDR3)  += ddr3_dimm_params.o
27 endif
28
29 obj-$(CONFIG_FSL_DDR_INTERACTIVE) += interactive.o