mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
drm: Get rid of explicit header inclusion
The required headers for drm driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: If3cf11e333fb07498329c935072904dae652bf9f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894611 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
e27ba12d27
commit
f53fa88eae
@@ -1,11 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
srctree.tegra-drm := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
srctree.host1x := $(abspath $(srctree.tegra-drm)/../../host1x)
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
||||
ccflags-y += -I$(srctree.tegra-drm)/include
|
||||
ccflags-y += -I$(srctree.host1x)/include
|
||||
ccflags-y += -I$(srctree.nvidia-oot)/drivers/gpu/drm/tegra/include
|
||||
|
||||
tegra-drm-next-y := \
|
||||
drm.o \
|
||||
|
||||
Reference in New Issue
Block a user