Files
linux-nv-oot/drivers/platform/tegra/rtcpu/Makefile
Laxman Dewangan bf1cfb5fb4 rtcpu: capture-ivc: Enable build for Linux 6.2
The driver of rtcpu/capture-ivc is modified to support
the new APIs of the IVC from core kernel using conftest.

Enable build of this driver.

Bug 4346767

Change-Id: I427bb8b7d5dad02e805d0707fb67e45772fead31
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3033024
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-12-13 05:40:01 -08:00

21 lines
521 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
ccflags-y += -Wframe-larger-than=2048
obj-m += capture-ivc.o
obj-m += ivc-bus.o
obj-m += camchar.o
obj-m += camera-diagnostics.o
obj-m += rtcpu-debug.o
obj-m += hsp-mailbox-client.o
tegra-camera-rtcpu-objs := clk-group.o \
device-group.o \
reset-group.o \
rtcpu-monitor.o \
tegra-camera-rtcpu-base.o \
tegra-rtcpu-trace.o
obj-m += tegra-camera-rtcpu.o