mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
crypto: Get rid of explicit header inclusion
The required headers for crypto driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: I54ca12ab6de8de802ab75473419be3e77cfbad1f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894609 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
c3da1fd361
commit
e27ba12d27
@@ -1,8 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
ccflags-y += -Wno-implicit-fallthrough
|
||||
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/hw/
|
||||
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
||||
ccflags-y += -I$(srctree.nvidia)/include
|
||||
ccflags-y += -I$(srctree)/include
|
||||
|
||||
ifdef CONFIG_TEGRA_HOST1X
|
||||
obj-m += tegra-se-nvhost.o
|
||||
|
||||
Reference in New Issue
Block a user