mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
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:
committed by
Alex Waterman
parent
3856381b43
commit
76295a5aeb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user