summaryrefslogtreecommitdiffstats
path: root/drivers/ddr/altera/Makefile
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-06-02 22:52:49 -0500
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:05 +0200
commit3da428595e861f90ff0d6687cedff3056f7c7890 (patch)
tree6ededbe6332cbd952a80c7231c8496935bc684fc /drivers/ddr/altera/Makefile
parent9bbd2132e3af95ac225f3641b69bd129da11457f (diff)
downloadtalos-obmc-uboot-3da428595e861f90ff0d6687cedff3056f7c7890.tar.gz
talos-obmc-uboot-3da428595e861f90ff0d6687cedff3056f7c7890.zip
driver/ddr/altera: Add the sdram calibration portion
This patch adds the DDR calibration portion of the Altera SDRAM driver. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'drivers/ddr/altera/Makefile')
-rw-r--r--drivers/ddr/altera/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/ddr/altera/Makefile b/drivers/ddr/altera/Makefile
new file mode 100644
index 0000000000..1ca705856d
--- /dev/null
+++ b/drivers/ddr/altera/Makefile
@@ -0,0 +1,11 @@
+#
+# (C) Copyright 2000-2003
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
+# Copyright (C) 2014 Altera Corporation <www.altera.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_ALTERA_SDRAM) += sdram.o sequencer.o
OpenPOWER on IntegriCloud