mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Using this patch we are porting virtual oops storage driver to OOT kernel. JIRA ESLC-7217 Bug 3961155 Change-Id: I60ba159b3a4662cf02d686a1916a110c5158901e Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2849807 Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com>
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#
|
|
# Makefile for Virtual Storage OOPS Driver
|
|
#
|
|
|
|
obj-m += tegra_hv_vblk_oops.o
|