mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
280 B
Makefile
13 lines
280 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
|
|
# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
|
|
|
|
ifeq ($(CONFIG_XPL_BUILD),y)
|
|
obj-y := mux.o
|
|
endif
|
|
obj-y += ../common/common.o
|
|
obj-y += board.o
|