1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright (C) 2012-2013, Guennadi Liakhovetski <lg (at] denx.de> 4 # (C) Copyright 2012-2013 Freescale Semiconductor, Inc. 5 # Copyright (C) 2013, Boundary Devices <info (at] boundarydevices.com> 6 7 ifdef CONFIG_SPL_BUILD 8 obj-y := ot1200.o ot1200_spl.o 9 else 10 obj-y := ot1200.o 11 endif 12