SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / drivers / ddr / altera / Makefile
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
9 ifdef CONFIG_ALTERA_SDRAM
10 obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += sdram.o sequencer.o
11 endif