aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile')
-rw-r--r--roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile b/roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile
new file mode 100644
index 000000000..39a8756c2
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile
@@ -0,0 +1,7 @@
+obj-$(CONFIG_SUNXI_DRAM_DDR3_1333) += ddr3_1333.o
+obj-$(CONFIG_SUNXI_DRAM_LPDDR3_STOCK) += lpddr3_stock.o
+obj-$(CONFIG_SUNXI_DRAM_DDR2_V3S) += ddr2_v3s.o
+obj-$(CONFIG_SUNXI_DRAM_H6_LPDDR3) += h6_lpddr3.o
+obj-$(CONFIG_SUNXI_DRAM_H6_DDR3_1333) += h6_ddr3_1333.o
+# currently only DDR3 is supported on H616
+obj-$(CONFIG_MACH_SUN50I_H616) += h616_ddr3_1333.o