1# 2# Makefile 3# 4# Copyright (C) 2014 Hannes Schmelzer <oe5hpm@oevsv.at> - 5# Bernecker & Rainer Industrielektronik GmbH - http://www.br-automation.com/ 6# 7# SPDX-License-Identifier: GPL-2.0+ 8# 9 10obj-$(CONFIG_SPL_BUILD) += mux.o 11obj-y += ../common/common.o 12obj-y += board.o 13