2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2015-06-03 03:52:49 +00:00
|
|
|
#
|
|
|
|
# (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>
|
|
|
|
|
2019-05-06 01:55:59 +00:00
|
|
|
ifdef CONFIG_$(SPL_)ALTERA_SDRAM
|
2017-12-05 07:58:00 +00:00
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
|
2017-12-05 07:58:02 +00:00
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_arria10.o
|
2018-05-23 16:17:30 +00:00
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_STRATIX10) += sdram_s10.o
|
2017-04-05 09:32:51 +00:00
|
|
|
endif
|