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