mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 20:54:24 +08:00
5ef237ad6f
The spl.c source was entirely conditioned by CONFIG_SPL_BUILD. Change this moving CONFIG_SPL_BUILD to be used in the Makefile, which is slightly cleaner and more readable. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
7 lines
145 B
Makefile
7 lines
145 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2013 Freescale Semiconductor, Inc.
|
|
|
|
obj-y := wandboard.o
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|