xref: /openbmc/u-boot/board/compulab/cm_t43/Makefile (revision 2e3f1ff63f50f36e74d46f939823241856ebf1bd)
1#
2# Makefile
3#
4# Copyright (C) 2015 Compulab, Ltd.
5#
6# SPDX-License-Identifier:	GPL-2.0+
7#
8
9ifdef CONFIG_SPL_BUILD
10obj-y	+= spl.o mux.o
11else
12obj-y	+= cm_t43.o mux.o
13endif
14