mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
Revert "drivers: Disable broken drivers for Linux v6.3"
Bug 4014315 This reverts commit 877b293bd79071028709ea47deb8fc87d5d65f6c. Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Change-Id: Ic043c3d18f095a056fa82182664a8b2bf0a52847 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2868424 Reviewed-by: Sandeep Trasi <strasi@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6b9c2cd8cc
commit
183b86a656
@@ -1,10 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
LINUX_VERSION := $(shell expr $(VERSION) \* 256 + $(PATCHLEVEL))
|
|
||||||
LINUX_VERSION_6_3 := $(shell expr 6 \* 256 + 3)
|
|
||||||
|
|
||||||
# mttcan is currently broken for Linux v6.3 and so skip for Linux v6.3+
|
|
||||||
ifeq ($(shell test $(LINUX_VERSION) -lt $(LINUX_VERSION_6_3); echo $$?),0)
|
|
||||||
obj-m += mttcan/
|
obj-m += mttcan/
|
||||||
endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user