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