]> git.ipfire.org Git - thirdparty/u-boot.git/blob - board/sandisk/sansa_fuze_plus/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / sandisk / sansa_fuze_plus / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2006
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 ifndef CONFIG_SPL_BUILD
7 obj-y := sfp.o
8 else
9 obj-y := spl_boot.o
10 endif