mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 08:38:15 +01:00
Move all existing pinmux and funcmux code into a dedicated folder in pinctrl to simplify further maintenance. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
9 lines
202 B
Makefile
9 lines
202 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
|
obj-$(CONFIG_$(SPL_)CMD_EBTUPDATE) += bct.o
|
|
|
|
obj-y += clock.o
|