mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00: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>
6 lines
145 B
Makefile
6 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
|