]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/ddr/altera/Makefile
arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig
[people/ms/u-boot.git] / drivers / ddr / altera / Makefile
CommitLineData
3da42859
DN
1#
2# (C) Copyright 2000-2003
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
6# Copyright (C) 2014 Altera Corporation <www.altera.com>
7#
8# SPDX-License-Identifier: GPL-2.0+
9#
10
707cd012
LFT
11ifdef CONFIG_ALTERA_SDRAM
12obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram.o sequencer.o
13endif