mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-11 12:48:53 +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>
17 lines
301 B
Makefile
17 lines
301 B
Makefile
#
|
|
# (C) Copyright 2013-2014
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
|
|
|
obj-y += clock.o
|
|
obj-y += pmc.o
|
|
obj-y += xusb-padctl.o
|
|
obj-y += ../xusb-padctl-common.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-$(CONFIG_ARMV7_NONSEC) += psci.o
|
|
endif
|