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