gpu: nvgpu: redundant dependency on driver

Makefile.units.common.tmk already specifies dependency
on nvgpu driver interface.

Remove redundant dependency in units makefiles.

Jira NVGPU-5217

Change-Id: I94cbe707c25f41f0e61915c243fd55fd4bda9ccf
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2322205
(cherry picked from commit d9bdd8f589c121802c74da53945baa677578f71c)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2325907
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2020-04-01 11:47:25 -04:00
committed by Alex Waterman
parent 3856381b43
commit 76295a5aeb
47 changed files with 91 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
################################## tell Emacs this is a -*- makefile-gmake -*- ################################## tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -30,8 +30,7 @@ NVGPU_UNIT_SRCS=nvgpu-acr.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/../falcon \ $(NV_COMPONENT_DIR)/../falcon \
$(NV_COMPONENT_DIR)/../gr \ $(NV_COMPONENT_DIR)/../gr \
$(NV_COMPONENT_DIR)/../mock-iospace \ $(NV_COMPONENT_DIR)/../mock-iospace
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-cg
NVGPU_UNIT_SRCS=nvgpu-cg.c NVGPU_UNIT_SRCS=nvgpu-cg.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/../fifo \ $(NV_COMPONENT_DIR)/../fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved. # Copyright (c) 2019-2020 NVIDIA CORPORATION. All Rights Reserved.
# #
# NVIDIA CORPORATION and its licensors retain all intellectual property # NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation # and proprietary rights in and to this software, related documentation
@@ -16,8 +16,7 @@ NVGPU_UNIT_NAME=falcon
NVGPU_UNIT_SRCS=falcon.c NVGPU_UNIT_SRCS=falcon.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-channel
NVGPU_UNIT_SRCS = nvgpu-channel.c NVGPU_UNIT_SRCS = nvgpu-channel.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-channel-gk20a
NVGPU_UNIT_SRCS = nvgpu-channel-gk20a.c NVGPU_UNIT_SRCS = nvgpu-channel-gk20a.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-channel-gm20b
NVGPU_UNIT_SRCS = nvgpu-channel-gm20b.c NVGPU_UNIT_SRCS = nvgpu-channel-gm20b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-channel-gv11b
NVGPU_UNIT_SRCS = nvgpu-channel-gv11b.c NVGPU_UNIT_SRCS = nvgpu-channel-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-ctxsw-timeout-gv11b
NVGPU_UNIT_SRCS = nvgpu-ctxsw-timeout-gv11b.c NVGPU_UNIT_SRCS = nvgpu-ctxsw-timeout-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-engine
NVGPU_UNIT_SRCS = nvgpu-engine.c nvgpu-engine-status.c NVGPU_UNIT_SRCS = nvgpu-engine.c nvgpu-engine-status.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-engine-gm20b
NVGPU_UNIT_SRCS = nvgpu-engine-gm20b.c NVGPU_UNIT_SRCS = nvgpu-engine-gm20b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-engine-gp10b
NVGPU_UNIT_SRCS = nvgpu-engine-gp10b.c NVGPU_UNIT_SRCS = nvgpu-engine-gp10b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-engine-gv100
NVGPU_UNIT_SRCS = nvgpu-engine-gv100.c NVGPU_UNIT_SRCS = nvgpu-engine-gv100.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-engine-gv11b
NVGPU_UNIT_SRCS = nvgpu-engine-gv11b.c NVGPU_UNIT_SRCS = nvgpu-engine-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-fifo
NVGPU_UNIT_SRCS = nvgpu-fifo.c NVGPU_UNIT_SRCS = nvgpu-fifo.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-fifo-gk20a
NVGPU_UNIT_SRCS = nvgpu-fifo-gk20a.c nvgpu-fifo-intr-gk20a.c NVGPU_UNIT_SRCS = nvgpu-fifo-gk20a.c nvgpu-fifo-intr-gk20a.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-fifo-gv11b
NVGPU_UNIT_SRCS = nvgpu-fifo-gv11b.c nvgpu-fifo-intr-gv11b.c NVGPU_UNIT_SRCS = nvgpu-fifo-gv11b.c nvgpu-fifo-intr-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-pbdma
NVGPU_UNIT_SRCS = nvgpu-pbdma.c NVGPU_UNIT_SRCS = nvgpu-pbdma.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-pbdma-gm20b
NVGPU_UNIT_SRCS = nvgpu-pbdma-gm20b.c nvgpu-pbdma-status-gm20b.c NVGPU_UNIT_SRCS = nvgpu-pbdma-gm20b.c nvgpu-pbdma-status-gm20b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-pbdma-gp10b
NVGPU_UNIT_SRCS = nvgpu-pbdma-gp10b.c NVGPU_UNIT_SRCS = nvgpu-pbdma-gp10b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-pbdma-gv11b
NVGPU_UNIT_SRCS = nvgpu-pbdma-gv11b.c NVGPU_UNIT_SRCS = nvgpu-pbdma-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-preempt
NVGPU_UNIT_SRCS = nvgpu-preempt.c NVGPU_UNIT_SRCS = nvgpu-preempt.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-preempt-gv11b
NVGPU_UNIT_SRCS = nvgpu-preempt-gv11b.c NVGPU_UNIT_SRCS = nvgpu-preempt-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-ramfc-gp10b
NVGPU_UNIT_SRCS = nvgpu-ramfc-gp10b.c NVGPU_UNIT_SRCS = nvgpu-ramfc-gp10b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-ramfc-gv11b
NVGPU_UNIT_SRCS = nvgpu-ramfc-gv11b.c NVGPU_UNIT_SRCS = nvgpu-ramfc-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = ramin-gk20a-fusa
NVGPU_UNIT_SRCS = ramin-gk20a-fusa.c NVGPU_UNIT_SRCS = ramin-gk20a-fusa.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = ramin-gm20b-fusa
NVGPU_UNIT_SRCS = ramin-gm20b-fusa.c NVGPU_UNIT_SRCS = ramin-gm20b-fusa.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = ramin-gp10b-fusa
NVGPU_UNIT_SRCS = ramin-gp10b-fusa.c NVGPU_UNIT_SRCS = ramin-gp10b-fusa.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = ramin-gv11b-fusa
NVGPU_UNIT_SRCS = ramin-gv11b-fusa.c NVGPU_UNIT_SRCS = ramin-gv11b-fusa.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-runlist
NVGPU_UNIT_SRCS = nvgpu-runlist.c NVGPU_UNIT_SRCS = nvgpu-runlist.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-runlist-gk20a
NVGPU_UNIT_SRCS = nvgpu-runlist-gk20a.c NVGPU_UNIT_SRCS = nvgpu-runlist-gk20a.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-runlist-gv11b
NVGPU_UNIT_SRCS = nvgpu-runlist-gv11b.c NVGPU_UNIT_SRCS = nvgpu-runlist-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-tsg
NVGPU_UNIT_SRCS = nvgpu-tsg.c NVGPU_UNIT_SRCS = nvgpu-tsg.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-tsg-gv11b
NVGPU_UNIT_SRCS = nvgpu-tsg-gv11b.c NVGPU_UNIT_SRCS = nvgpu-tsg-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-userd-gk20a
NVGPU_UNIT_SRCS = nvgpu-userd-gk20a.c NVGPU_UNIT_SRCS = nvgpu-userd-gk20a.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-usermode-gv11b
NVGPU_UNIT_SRCS = nvgpu-usermode-gv11b.c NVGPU_UNIT_SRCS = nvgpu-usermode-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-config
NVGPU_UNIT_SRCS = nvgpu-gr-config.c NVGPU_UNIT_SRCS = nvgpu-gr-config.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-ctx
NVGPU_UNIT_SRCS = nvgpu-gr-ctx.c NVGPU_UNIT_SRCS = nvgpu-gr-ctx.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -29,8 +29,7 @@ NVGPU_UNIT_SRCS = nvgpu-gr-falcon.c \
nvgpu-gr-falcon-gm20b.c nvgpu-gr-falcon-gm20b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-fs-state
NVGPU_UNIT_SRCS = nvgpu-gr-fs-state.c NVGPU_UNIT_SRCS = nvgpu-gr-fs-state.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-global-ctx
NVGPU_UNIT_SRCS = nvgpu-gr-global-ctx.c NVGPU_UNIT_SRCS = nvgpu-gr-global-ctx.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -29,8 +29,7 @@ NVGPU_UNIT_SRCS = nvgpu-gr-init.c \
nvgpu-gr-init-hal-gv11b.c nvgpu-gr-init-hal-gv11b.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-intr
NVGPU_UNIT_SRCS = nvgpu-gr-intr.c NVGPU_UNIT_SRCS = nvgpu-gr-intr.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-obj-ctx
NVGPU_UNIT_SRCS = nvgpu-gr-obj-ctx.c NVGPU_UNIT_SRCS = nvgpu-gr-obj-ctx.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-gr-setup
NVGPU_UNIT_SRCS = nvgpu-gr-setup.c NVGPU_UNIT_SRCS = nvgpu-gr-setup.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/.. \ $(NV_COMPONENT_DIR)/..
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -29,8 +29,7 @@ NVGPU_UNIT_SRCS=nvgpu-pmu.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/../falcon \ $(NV_COMPONENT_DIR)/../falcon \
$(NV_COMPONENT_DIR)/../mock-iospace \ $(NV_COMPONENT_DIR)/../mock-iospace
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################## tell Emacs this is a -*- makefile-gmake -*- ################################## tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-rc
NVGPU_UNIT_SRCS=nvgpu-rc.c NVGPU_UNIT_SRCS=nvgpu-rc.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/../fifo \ $(NV_COMPONENT_DIR)/../fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk

View File

@@ -1,6 +1,6 @@
################################## tell Emacs this is a -*- makefile-gmake -*- ################################## tell Emacs this is a -*- makefile-gmake -*-
# #
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# #
# Permission is hereby granted, free of charge, to any person obtaining a # Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"), # copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,7 @@ NVGPU_UNIT_NAME=nvgpu-sync
NVGPU_UNIT_SRCS=nvgpu-sync.c NVGPU_UNIT_SRCS=nvgpu-sync.c
NVGPU_UNIT_INTERFACE_DIRS := \ NVGPU_UNIT_INTERFACE_DIRS := \
$(NV_COMPONENT_DIR)/../fifo \ $(NV_COMPONENT_DIR)/../fifo
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk