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