mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
Add support to build the nvsciipc driver as module with OOT kernel. The source file and makefile for building the nvsccipc driver as module is copied from kernel/nvidia in build time. Bug 3583631 Change-Id: I70f16496948c69bc8cd4c96155f00d1ed03390e7 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2713487 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
LINUXINCLUDE += -I$(srctree.nvidia-oot)/include
|
|
|
|
obj-m += hwmon/
|
|
obj-m += i2c/busses/
|
|
obj-m += mfd/
|
|
obj-m += misc/
|
|
obj-m += pinctrl/
|
|
obj-m += platform/tegra/
|
|
obj-m += pwm/
|
|
obj-m += ras/
|
|
obj-m += soc/tegra/
|
|
obj-m += spi/
|
|
obj-m += thermal/
|
|
obj-m += watchdog/
|
|
obj-m += video/tegra/
|
|
|