From 76295a5aebefd516f1160ae8015236ba4e69ea44 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Wed, 1 Apr 2020 11:47:25 -0400 Subject: [PATCH] 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 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 Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- userspace/units/acr/Makefile.tmk | 5 ++--- userspace/units/cg/Makefile.tmk | 5 ++--- userspace/units/falcon/falcon_tests/Makefile.tmk | 5 ++--- userspace/units/fifo/channel/Makefile.tmk | 5 ++--- userspace/units/fifo/channel/gk20a/Makefile.tmk | 5 ++--- userspace/units/fifo/channel/gm20b/Makefile.tmk | 5 ++--- userspace/units/fifo/channel/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/ctxsw_timeout/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/engine/Makefile.tmk | 5 ++--- userspace/units/fifo/engine/gm20b/Makefile.tmk | 5 ++--- userspace/units/fifo/engine/gp10b/Makefile.tmk | 5 ++--- userspace/units/fifo/engine/gv100/Makefile.tmk | 5 ++--- userspace/units/fifo/engine/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/fifo/Makefile.tmk | 5 ++--- userspace/units/fifo/fifo/gk20a/Makefile.tmk | 5 ++--- userspace/units/fifo/fifo/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/pbdma/Makefile.tmk | 5 ++--- userspace/units/fifo/pbdma/gm20b/Makefile.tmk | 3 +-- userspace/units/fifo/pbdma/gp10b/Makefile.tmk | 5 ++--- userspace/units/fifo/pbdma/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/preempt/Makefile.tmk | 5 ++--- userspace/units/fifo/preempt/gv11b/Makefile.tmk | 3 +-- userspace/units/fifo/ramfc/gp10b/Makefile.tmk | 5 ++--- userspace/units/fifo/ramfc/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/ramin/gk20a/Makefile.tmk | 5 ++--- userspace/units/fifo/ramin/gm20b/Makefile.tmk | 5 ++--- userspace/units/fifo/ramin/gp10b/Makefile.tmk | 5 ++--- userspace/units/fifo/ramin/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/runlist/Makefile.tmk | 5 ++--- userspace/units/fifo/runlist/gk20a/Makefile.tmk | 5 ++--- userspace/units/fifo/runlist/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/tsg/Makefile.tmk | 5 ++--- userspace/units/fifo/tsg/gv11b/Makefile.tmk | 5 ++--- userspace/units/fifo/userd/gk20a/Makefile.tmk | 5 ++--- userspace/units/fifo/usermode/gv11b/Makefile.tmk | 5 ++--- userspace/units/gr/config/Makefile.tmk | 5 ++--- userspace/units/gr/ctx/Makefile.tmk | 5 ++--- userspace/units/gr/falcon/Makefile.tmk | 3 +-- userspace/units/gr/fs_state/Makefile.tmk | 5 ++--- userspace/units/gr/global_ctx/Makefile.tmk | 5 ++--- userspace/units/gr/init/Makefile.tmk | 5 ++--- userspace/units/gr/intr/Makefile.tmk | 5 ++--- userspace/units/gr/obj_ctx/Makefile.tmk | 5 ++--- userspace/units/gr/setup/Makefile.tmk | 5 ++--- userspace/units/pmu/Makefile.tmk | 5 ++--- userspace/units/rc/Makefile.tmk | 5 ++--- userspace/units/sync/Makefile.tmk | 5 ++--- 47 files changed, 91 insertions(+), 138 deletions(-) diff --git a/userspace/units/acr/Makefile.tmk b/userspace/units/acr/Makefile.tmk index e54bf9000..9a445d2de 100644 --- a/userspace/units/acr/Makefile.tmk +++ b/userspace/units/acr/Makefile.tmk @@ -1,6 +1,6 @@ ################################## 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 # copy of this software and associated documentation files (the "Software"), @@ -30,8 +30,7 @@ NVGPU_UNIT_SRCS=nvgpu-acr.c NVGPU_UNIT_INTERFACE_DIRS := \ $(NV_COMPONENT_DIR)/../falcon \ $(NV_COMPONENT_DIR)/../gr \ - $(NV_COMPONENT_DIR)/../mock-iospace \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/../mock-iospace include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk diff --git a/userspace/units/cg/Makefile.tmk b/userspace/units/cg/Makefile.tmk index c2c3567d3..9e4f20097 100644 --- a/userspace/units/cg/Makefile.tmk +++ b/userspace/units/cg/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/../fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/../fifo include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk diff --git a/userspace/units/falcon/falcon_tests/Makefile.tmk b/userspace/units/falcon/falcon_tests/Makefile.tmk index 84bb6b86d..8fb6adefa 100644 --- a/userspace/units/falcon/falcon_tests/Makefile.tmk +++ b/userspace/units/falcon/falcon_tests/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/channel/Makefile.tmk b/userspace/units/fifo/channel/Makefile.tmk index 2d1d9f8f2..27ca2c03b 100644 --- a/userspace/units/fifo/channel/Makefile.tmk +++ b/userspace/units/fifo/channel/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/channel/gk20a/Makefile.tmk b/userspace/units/fifo/channel/gk20a/Makefile.tmk index 9aa5b8525..9966a18f8 100644 --- a/userspace/units/fifo/channel/gk20a/Makefile.tmk +++ b/userspace/units/fifo/channel/gk20a/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/channel/gm20b/Makefile.tmk b/userspace/units/fifo/channel/gm20b/Makefile.tmk index 1434bf255..de3f186c9 100644 --- a/userspace/units/fifo/channel/gm20b/Makefile.tmk +++ b/userspace/units/fifo/channel/gm20b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/channel/gv11b/Makefile.tmk b/userspace/units/fifo/channel/gv11b/Makefile.tmk index e5ea41a66..8b1dc0dc0 100644 --- a/userspace/units/fifo/channel/gv11b/Makefile.tmk +++ b/userspace/units/fifo/channel/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ctxsw_timeout/gv11b/Makefile.tmk b/userspace/units/fifo/ctxsw_timeout/gv11b/Makefile.tmk index 6dec09bc2..e784441a5 100644 --- a/userspace/units/fifo/ctxsw_timeout/gv11b/Makefile.tmk +++ b/userspace/units/fifo/ctxsw_timeout/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/engine/Makefile.tmk b/userspace/units/fifo/engine/Makefile.tmk index ba551b46a..dc426bfeb 100644 --- a/userspace/units/fifo/engine/Makefile.tmk +++ b/userspace/units/fifo/engine/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/engine/gm20b/Makefile.tmk b/userspace/units/fifo/engine/gm20b/Makefile.tmk index 7c43c8660..996a95366 100644 --- a/userspace/units/fifo/engine/gm20b/Makefile.tmk +++ b/userspace/units/fifo/engine/gm20b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/engine/gp10b/Makefile.tmk b/userspace/units/fifo/engine/gp10b/Makefile.tmk index d80ea7dae..b9423c595 100644 --- a/userspace/units/fifo/engine/gp10b/Makefile.tmk +++ b/userspace/units/fifo/engine/gp10b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/engine/gv100/Makefile.tmk b/userspace/units/fifo/engine/gv100/Makefile.tmk index d9fca818d..1c0d86384 100644 --- a/userspace/units/fifo/engine/gv100/Makefile.tmk +++ b/userspace/units/fifo/engine/gv100/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/engine/gv11b/Makefile.tmk b/userspace/units/fifo/engine/gv11b/Makefile.tmk index ce1c11d4b..bae5fd1ad 100644 --- a/userspace/units/fifo/engine/gv11b/Makefile.tmk +++ b/userspace/units/fifo/engine/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/fifo/Makefile.tmk b/userspace/units/fifo/fifo/Makefile.tmk index 6141469a4..4e065c9ee 100644 --- a/userspace/units/fifo/fifo/Makefile.tmk +++ b/userspace/units/fifo/fifo/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/fifo/gk20a/Makefile.tmk b/userspace/units/fifo/fifo/gk20a/Makefile.tmk index afbc50099..ba0690d36 100644 --- a/userspace/units/fifo/fifo/gk20a/Makefile.tmk +++ b/userspace/units/fifo/fifo/gk20a/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/fifo/gv11b/Makefile.tmk b/userspace/units/fifo/fifo/gv11b/Makefile.tmk index 8f1e7067b..941d569a0 100644 --- a/userspace/units/fifo/fifo/gv11b/Makefile.tmk +++ b/userspace/units/fifo/fifo/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/pbdma/Makefile.tmk b/userspace/units/fifo/pbdma/Makefile.tmk index 1fc92ff38..71d05d726 100644 --- a/userspace/units/fifo/pbdma/Makefile.tmk +++ b/userspace/units/fifo/pbdma/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/pbdma/gm20b/Makefile.tmk b/userspace/units/fifo/pbdma/gm20b/Makefile.tmk index e3f31512f..061d8efc1 100644 --- a/userspace/units/fifo/pbdma/gm20b/Makefile.tmk +++ b/userspace/units/fifo/pbdma/gm20b/Makefile.tmk @@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-pbdma-gm20b NVGPU_UNIT_SRCS = nvgpu-pbdma-gm20b.c nvgpu-pbdma-status-gm20b.c NVGPU_UNIT_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/pbdma/gp10b/Makefile.tmk b/userspace/units/fifo/pbdma/gp10b/Makefile.tmk index 9ed0d85c9..5a8777cfc 100644 --- a/userspace/units/fifo/pbdma/gp10b/Makefile.tmk +++ b/userspace/units/fifo/pbdma/gp10b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/pbdma/gv11b/Makefile.tmk b/userspace/units/fifo/pbdma/gv11b/Makefile.tmk index 5df005ff9..d1d0c2810 100644 --- a/userspace/units/fifo/pbdma/gv11b/Makefile.tmk +++ b/userspace/units/fifo/pbdma/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/preempt/Makefile.tmk b/userspace/units/fifo/preempt/Makefile.tmk index 6de8e6d70..eb09a031d 100644 --- a/userspace/units/fifo/preempt/Makefile.tmk +++ b/userspace/units/fifo/preempt/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/preempt/gv11b/Makefile.tmk b/userspace/units/fifo/preempt/gv11b/Makefile.tmk index 20f48b9a1..280001bee 100644 --- a/userspace/units/fifo/preempt/gv11b/Makefile.tmk +++ b/userspace/units/fifo/preempt/gv11b/Makefile.tmk @@ -28,8 +28,7 @@ NVGPU_UNIT_NAME = nvgpu-preempt-gv11b NVGPU_UNIT_SRCS = nvgpu-preempt-gv11b.c NVGPU_UNIT_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramfc/gp10b/Makefile.tmk b/userspace/units/fifo/ramfc/gp10b/Makefile.tmk index 16f949717..9a7c0b6bf 100644 --- a/userspace/units/fifo/ramfc/gp10b/Makefile.tmk +++ b/userspace/units/fifo/ramfc/gp10b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramfc/gv11b/Makefile.tmk b/userspace/units/fifo/ramfc/gv11b/Makefile.tmk index 8ee6a7b81..188d0746c 100644 --- a/userspace/units/fifo/ramfc/gv11b/Makefile.tmk +++ b/userspace/units/fifo/ramfc/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramin/gk20a/Makefile.tmk b/userspace/units/fifo/ramin/gk20a/Makefile.tmk index 88399821a..114bdb719 100644 --- a/userspace/units/fifo/ramin/gk20a/Makefile.tmk +++ b/userspace/units/fifo/ramin/gk20a/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramin/gm20b/Makefile.tmk b/userspace/units/fifo/ramin/gm20b/Makefile.tmk index 917264cb4..85b58f7c9 100644 --- a/userspace/units/fifo/ramin/gm20b/Makefile.tmk +++ b/userspace/units/fifo/ramin/gm20b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramin/gp10b/Makefile.tmk b/userspace/units/fifo/ramin/gp10b/Makefile.tmk index 9f871a6af..ea19a8d99 100644 --- a/userspace/units/fifo/ramin/gp10b/Makefile.tmk +++ b/userspace/units/fifo/ramin/gp10b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/ramin/gv11b/Makefile.tmk b/userspace/units/fifo/ramin/gv11b/Makefile.tmk index 8bc1ad327..81827a084 100644 --- a/userspace/units/fifo/ramin/gv11b/Makefile.tmk +++ b/userspace/units/fifo/ramin/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/runlist/Makefile.tmk b/userspace/units/fifo/runlist/Makefile.tmk index 2e3d8ee2b..920a3c180 100644 --- a/userspace/units/fifo/runlist/Makefile.tmk +++ b/userspace/units/fifo/runlist/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/fifo/runlist/gk20a/Makefile.tmk b/userspace/units/fifo/runlist/gk20a/Makefile.tmk index befaa540d..c2c4eb72e 100644 --- a/userspace/units/fifo/runlist/gk20a/Makefile.tmk +++ b/userspace/units/fifo/runlist/gk20a/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/runlist/gv11b/Makefile.tmk b/userspace/units/fifo/runlist/gv11b/Makefile.tmk index eb96ed284..6471d6f14 100644 --- a/userspace/units/fifo/runlist/gv11b/Makefile.tmk +++ b/userspace/units/fifo/runlist/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/tsg/Makefile.tmk b/userspace/units/fifo/tsg/Makefile.tmk index d7a10e5f0..f6f1c5c8f 100644 --- a/userspace/units/fifo/tsg/Makefile.tmk +++ b/userspace/units/fifo/tsg/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/tsg/gv11b/Makefile.tmk b/userspace/units/fifo/tsg/gv11b/Makefile.tmk index bf2e203b6..4544f1cea 100644 --- a/userspace/units/fifo/tsg/gv11b/Makefile.tmk +++ b/userspace/units/fifo/tsg/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/userd/gk20a/Makefile.tmk b/userspace/units/fifo/userd/gk20a/Makefile.tmk index 128943654..1119626aa 100644 --- a/userspace/units/fifo/userd/gk20a/Makefile.tmk +++ b/userspace/units/fifo/userd/gk20a/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/fifo/usermode/gv11b/Makefile.tmk b/userspace/units/fifo/usermode/gv11b/Makefile.tmk index 46fc7d1c3..590ec1c78 100644 --- a/userspace/units/fifo/usermode/gv11b/Makefile.tmk +++ b/userspace/units/fifo/usermode/gv11b/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_SOURCE)/kernel/nvgpu/userspace/units/fifo include $(NV_SOURCE)/kernel/nvgpu/userspace/units/Makefile.units.common.tmk diff --git a/userspace/units/gr/config/Makefile.tmk b/userspace/units/gr/config/Makefile.tmk index dfa32f5f7..f708ef4d6 100644 --- a/userspace/units/gr/config/Makefile.tmk +++ b/userspace/units/gr/config/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/ctx/Makefile.tmk b/userspace/units/gr/ctx/Makefile.tmk index 9df493ac1..af39b0e43 100644 --- a/userspace/units/gr/ctx/Makefile.tmk +++ b/userspace/units/gr/ctx/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/falcon/Makefile.tmk b/userspace/units/gr/falcon/Makefile.tmk index 2eb7db5c9..96762c1c6 100644 --- a/userspace/units/gr/falcon/Makefile.tmk +++ b/userspace/units/gr/falcon/Makefile.tmk @@ -29,8 +29,7 @@ NVGPU_UNIT_SRCS = nvgpu-gr-falcon.c \ nvgpu-gr-falcon-gm20b.c NVGPU_UNIT_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/fs_state/Makefile.tmk b/userspace/units/gr/fs_state/Makefile.tmk index 52c9d2377..20ec72d16 100644 --- a/userspace/units/gr/fs_state/Makefile.tmk +++ b/userspace/units/gr/fs_state/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/global_ctx/Makefile.tmk b/userspace/units/gr/global_ctx/Makefile.tmk index 927dec98f..0a0ece0e0 100644 --- a/userspace/units/gr/global_ctx/Makefile.tmk +++ b/userspace/units/gr/global_ctx/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/init/Makefile.tmk b/userspace/units/gr/init/Makefile.tmk index 257cb0b87..4c9d6099a 100644 --- a/userspace/units/gr/init/Makefile.tmk +++ b/userspace/units/gr/init/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_UNIT_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/intr/Makefile.tmk b/userspace/units/gr/intr/Makefile.tmk index 0649db549..9d6384f6f 100644 --- a/userspace/units/gr/intr/Makefile.tmk +++ b/userspace/units/gr/intr/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/obj_ctx/Makefile.tmk b/userspace/units/gr/obj_ctx/Makefile.tmk index eb5c322aa..2b218bb29 100644 --- a/userspace/units/gr/obj_ctx/Makefile.tmk +++ b/userspace/units/gr/obj_ctx/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/gr/setup/Makefile.tmk b/userspace/units/gr/setup/Makefile.tmk index fc44e94f0..f5f88f877 100644 --- a/userspace/units/gr/setup/Makefile.tmk +++ b/userspace/units/gr/setup/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/.. \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/.. include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk diff --git a/userspace/units/pmu/Makefile.tmk b/userspace/units/pmu/Makefile.tmk index ed32ea59d..689fe0552 100644 --- a/userspace/units/pmu/Makefile.tmk +++ b/userspace/units/pmu/Makefile.tmk @@ -1,6 +1,6 @@ ################################### 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 # copy of this software and associated documentation files (the "Software"), @@ -29,8 +29,7 @@ NVGPU_UNIT_SRCS=nvgpu-pmu.c NVGPU_UNIT_INTERFACE_DIRS := \ $(NV_COMPONENT_DIR)/../falcon \ - $(NV_COMPONENT_DIR)/../mock-iospace \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/../mock-iospace include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk diff --git a/userspace/units/rc/Makefile.tmk b/userspace/units/rc/Makefile.tmk index bfc62d790..44037896f 100644 --- a/userspace/units/rc/Makefile.tmk +++ b/userspace/units/rc/Makefile.tmk @@ -1,6 +1,6 @@ ################################## 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/../fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/../fifo include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk diff --git a/userspace/units/sync/Makefile.tmk b/userspace/units/sync/Makefile.tmk index 8740fd2df..7d2bdfc46 100644 --- a/userspace/units/sync/Makefile.tmk +++ b/userspace/units/sync/Makefile.tmk @@ -1,6 +1,6 @@ ################################## 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 # 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_INTERFACE_DIRS := \ - $(NV_COMPONENT_DIR)/../fifo \ - $(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu + $(NV_COMPONENT_DIR)/../fifo include $(NV_COMPONENT_DIR)/../Makefile.units.common.tmk