]> git.sur5r.net Git - u-boot/blobdiff - drivers/ddr/altera/Makefile
ARM: socfpga: Rename the gen5 sdram driver to more specific name
[u-boot] / drivers / ddr / altera / Makefile
index bdd28722a98a638b078f73e678c8309f2fb82604..ec1cb0b6e45d16621f0d21baffb9dcbd1974a6a9 100644 (file)
@@ -1,13 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (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+
-#
 
 ifdef CONFIG_ALTERA_SDRAM
-obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram.o sequencer.o
+obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
 endif