mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Build PVA as OOT module. Add necessary files for PVA module to copy to the destination folder for build. Bug 3674466 Change-Id: Id7a327596fcea15ceb4e69f71ac707143b80a70d Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2726250 Reviewed-by: Krishna Yarlagadda <kyarlagadda@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
7 lines
156 B
Makefile
7 lines
156 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += nvmap/
|
|
obj-m += host/nvdla/
|
|
obj-m += host/pva/
|