xref: /openbmc/u-boot/board/vscom/baltos/Makefile (revision 66dae3bbcaea10e4a3d918a4d5e0ee826b248ddb)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Makefile
4#
5# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6
7ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
8obj-y	:= mux.o
9endif
10
11obj-y	+= board.o
12