mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
This commit deprecates the falcon hardware interface implementation from the host1x-nvhost driver. falcon_exit() function will be deprecated once usage of nvhost_module_deinit API is removed from PVA/DLA/Camera elements. Jira HOSTX-5933 Bug 4918838 Change-Id: I268836c8c8fc2f1ab060412bb4446c7080f846c4 Signed-off-by: Mainak Sen <msen@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3311319 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-by: Sanif Veeras <sveeras@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
#
|
|
# Tegra Host1x-Nvhost Driver.
|
|
|
|
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
|
ccflags-y += -Werror
|
|
|
|
host1x-nvhost-objs = nvhost.o
|
|
|
|
obj-m += host1x-nvhost.o
|