summaryrefslogtreecommitdiffstats
path: root/board/bachmann/ot1200/Makefile
blob: 9e50bfeb8683d958e7e20b2ce5ab43ed2c931031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2012-2013, Guennadi Liakhovetski <lg@denx.de>
# (C) Copyright 2012-2013 Freescale Semiconductor, Inc.
# Copyright (C) 2013, Boundary Devices <info@boundarydevices.com>
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifdef CONFIG_SPL_BUILD
obj-y  := ot1200.o ot1200_spl.o
else
obj-y  := ot1200.o
endif
OpenPOWER on IntegriCloud