mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is no-longer set. Signed-off-by: Simon Glass <sjg@chromium.org>
13 lines
364 B
Makefile
13 lines
364 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
# Nikhil M Jain, n-jain1@ti.com
|
|
#
|
|
# based on the linux tidss driver, which is
|
|
#
|
|
# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
|
|
# Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
|
|
|
|
|
obj-${CONFIG_$(XPL_)VIDEO_TIDSS} = tidss_drv.o
|