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