forked from OERV-BSP/u-boot
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
273 B
Makefile
11 lines
273 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2019 Hannes Schmelzer <oe5hpm@oevsv.at> -
|
|
# B&R Industrial Automation GmbH - http://www.br-automation.com/
|
|
#
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += mux.o
|
|
obj-y += ../common/br_resetc.o
|
|
obj-y += ../common/common.o
|
|
obj-y += board.o
|