blob: eb8da13b7d708cd13fe899e02cd8ee410d1c1273 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Dinh Nguyen135cc7f2015-06-02 22:52:49 -05002#
3# (C) Copyright 2000-2003
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
6# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
7# Copyright (C) 2014 Altera Corporation <www.altera.com>
Dinh Nguyen135cc7f2015-06-02 22:52:49 -05008
Ley Foon Tan17b9ba62019-05-06 09:55:59 +08009ifdef CONFIG_$(SPL_)ALTERA_SDRAM
Tien Fong Chee38fad172017-12-05 15:58:00 +080010obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
Tien Fong Chee402735b2017-12-05 15:58:02 +080011obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_arria10.o
Ley Foon Tan25572cf2019-11-27 15:55:26 +080012obj-$(CONFIG_TARGET_SOCFPGA_STRATIX10) += sdram_soc64.o sdram_s10.o
Ley Foon Tan016539e2017-04-05 17:32:51 +080013endif