mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
a94a4071d4
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
ifeq ($(CONFIG_$(SPL_)SKIP_LOWLEVEL_INIT),)
|
|
obj-y := mux.o
|
|
endif
|
|
|
|
obj-y += board.o
|