mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 02:32:32 +00:00

Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
11 lines
188 B
Makefile
11 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
|