Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c53f4c0e112221ea7bc1f323cfc9ae87226f5bf5
/
.
/
drivers
/
pinctrl
/
tegra
/
Makefile
blob: be97474816b7700979d40bb7eadea0c1b5387d64 [
file
] [
log
] [
blame
]
Svyatoslav Ryhel
c53f4c0
2023-11-26 17:54:03 +0200
[
diff
] [
blame^
]
1
# SPDX-License-Identifier: GPL-2.0
2
ifndef CONFIG_SPL_BUILD
3
ifdef CONFIG_TEGRA20
4
obj
-
y
+=
pinctrl
-
tegra20
.
o
5
else
6
obj
-
y
+=
pinctrl
-
tegra
.
o
7
endif
8
endif