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