Files
linux-nv-oot/drivers/platform/tegra/aon/Makefile
Laxman Dewangan b3b257596f platform: Get rid of explicit header inclusion
The required headers for platform/tegra driver are already
included in the master makefile. Hence, it is not
required to add include path explicitly.

Bug 4087103

Change-Id: Ie91211c4c899d1ddb3684fa30753ae733625b0d4
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894617
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Akhilesh Khumbum <akhumbum@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-04-28 02:20:03 -07:00

21 lines
469 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Always On Sensor Processing Engine code.
#
GCOV_PROFILE := y
LINUXINCLUDE += -I$(srctree.nvidia-oot)/drivers/platform/tegra/aon/include
ccflags-y += -Werror
obj-m += tegra234-aon.o
tegra234-aon-objs += \
tegra-aon-hsp.o \
../tegra-ivc.o \
tegra-aon-mail.o \
tegra-aon-module.o \
aon-hsp-mbox-client.o \
tegra-aon-debug.o