mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Copy the sources of host1x-nvhost module from kernel/nvidia to kernel/nvidia-oot to build host1x-nvhost as OOT module. Files get copied at build time. Change-Id: I86a8757d9beb3e760fbaef85ccf46974d1bbc303 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2715739 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
6 lines
141 B
Makefile
6 lines
141 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += host1x/
|
|
obj-m += host1x-nvhost/
|