1
2
3
4
5
6
7
8
9
10
11
12
13
| #
| # (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
| endif
|
|