mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
This reverts commit ee72e995da1ee31177a06053b4c89f3ba6a1060a. Reason for revert: This breaks building the OOT modules standalone without the GPU sources which are not public. Futhermore, this header appears to be internal and so should not be included in sources that are distributed publicly. Jira: NVIPC-2817 Change-Id: I9a98056b004b7b6454473957f488020718eabfd4 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3263605 Reviewed-by: Brad Griffis <bgriffis@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#
|
|
# Makefile for NvSciIpc driver
|
|
#
|
|
|
|
ccflags-y += -I$(PWD)
|
|
|
|
obj-m += nvsciipc.o
|