mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
nvmap: Get rid of explicit header inclusion
The required headers for nvmap driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ie8b7aca22abac5f45e020c6170e05bdd276d182e Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894629 Reviewed-by: Ketan Patil <ketanp@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
062b669392
commit
4d16df36e4
@@ -1,10 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
GCOV_PROFILE := y
|
||||
|
||||
subdir-ccflags-y := -Werror
|
||||
|
||||
include $(srctree.nvidia)/drivers/video/tegra/nvmap/Makefile.memory.configs
|
||||
|
||||
ccflags-y += -I$(srctree.nvidia)/include/
|
||||
include $(srctree.nvidia-oot)/drivers/video/tegra/nvmap/Makefile.memory.configs
|
||||
|
||||
ifeq ($(NVMAP_CONFIG), y)
|
||||
# Build NvMap only when NVMAP_CONFIG is set to y
|
||||
|
||||
Reference in New Issue
Block a user