mirror of
https://xff.cz/git/u-boot/
synced 2025-10-13 05:56:28 +02:00
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
12 lines
188 B
Makefile
12 lines
188 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y += mux.o
|
|
endif
|
|
|
|
obj-y += board.o
|