mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
gpu: host1x: Get rid of explicit header inclusion
The required headers for gpu/host1x driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ib359e1e19b8837d41c0129d478dc4848d51ce7ee Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894612 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
027a3ab6d3
commit
cc389c145d
@@ -1,13 +1,8 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# Tegra Host1x-fence Driver.
|
# Tegra Host1x-fence Driver.
|
||||||
#
|
|
||||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
||||||
#
|
|
||||||
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/include
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
|
||||||
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
||||||
ccflags-y += -Werror
|
ccflags-y += -Werror
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# Tegra Host1x-Nvhost Driver.
|
# Tegra Host1x-Nvhost Driver.
|
||||||
#
|
|
||||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
||||||
#
|
|
||||||
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/include
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
|
|
||||||
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
|
||||||
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
||||||
ccflags-y += -Werror
|
ccflags-y += -Werror
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
srctree.host1x := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
|
||||||
|
|
||||||
ccflags-y := -I$(srctree.host1x)/include
|
|
||||||
|
|
||||||
host1x-next-y = \
|
host1x-next-y = \
|
||||||
bus.o \
|
bus.o \
|
||||||
|
|||||||
Reference in New Issue
Block a user