diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-29 16:49:53 +0200 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-04-12 09:42:36 +0300 |
| commit | 901f249fdb6b0ab287ac23dbdcada44c4c697dca (patch) | |
| tree | ba682147bb768803a3a18abaf724ccc143ec52d6 /drivers/video/Makefile | |
| parent | e69eeffb59c9cc338dcc518450f370aebe5a7374 (diff) | |
video: rename tegra20 to tegra
Since this set of drivers suports four Tegra SoC generations, lets name it
just 'tegra'.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Diffstat (limited to 'drivers/video/Makefile')
| -rw-r--r-- | drivers/video/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index bbd5db46553..a4896c0dfce 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -85,4 +85,4 @@ obj-$(CONFIG_VIDEO_ZYNQMP_DPSUB) += zynqmp/ obj-y += bridge/ obj-y += sunxi/ -obj-y += tegra20/ +obj-y += tegra/ |
