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>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
2017-04-05 09:32:51 +00:00
|
|
|
ifdef CONFIG_ALTERA_SDRAM
|
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram.o sequencer.o
|
|
|
|
endif
|