]> Git Repo - J-u-boot.git/blame - drivers/pinctrl/tegra/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / drivers / pinctrl / tegra / Makefile
CommitLineData
91069320 1# SPDX-License-Identifier: GPL-2.0
371dc068 2ifndef CONFIG_XPL_BUILD
91069320
SR
3ifdef CONFIG_TEGRA20
4obj-y += pinctrl-tegra20.o
5else
6obj-y += pinctrl-tegra.o
7endif
8endif
b98bed0e
SR
9
10obj-y += pinmux-common.o
11
12obj-$(CONFIG_TEGRA20) += pinmux-tegra20.o funcmux-tegra20.o
13obj-$(CONFIG_TEGRA30) += pinmux-tegra30.o funcmux-tegra30.o
14obj-$(CONFIG_TEGRA114) += pinmux-tegra114.o funcmux-tegra114.o
15obj-$(CONFIG_TEGRA124) += pinmux-tegra124.o funcmux-tegra124.o
16obj-$(CONFIG_TEGRA210) += pinmux-tegra210.o funcmux-tegra210.o
This page took 0.094171 seconds and 4 git commands to generate.