xref: /openbmc/u-boot/board/technologic/ts4600/Makefile (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2016 Savoir-faire Linux
4
5ifndef	CONFIG_SPL_BUILD
6obj-y	:= ts4600.o
7else
8obj-y	:= iomux.o
9endif
10