mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
b98bed0e9c
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>
7 lines
158 B
Makefile
7 lines
158 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
|
|
|
obj-y += clock.o
|