• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2#
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>
8
9ifdef CONFIG_ALTERA_SDRAM
10obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
11obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_arria10.o
12endif
13