mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
Building the MTTCAN driver is now fixed for Linux v6.0+ and so re-enable building this driver for these kernels. Bug 3831575 Bug 3767126 Change-Id: I43f584c5422090e393d4eb75dd8241f0111a67f5 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2797614 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += ethernet/
|
|
obj-m += tegra_hv_net.o
|
|
obj-m += can/
|