Home | History | Annotate | Download | only in altera
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2003
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 #
      6 # (C) Copyright 2010, Thomas Chou <thomas (at] wytron.com.tw>
      7 # Copyright (C) 2014 Altera Corporation <www.altera.com>
      8 
      9 ifdef CONFIG_ALTERA_SDRAM
     10 obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram_gen5.o sequencer.o
     11 obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += sdram_arria10.o
     12 endif
     13