mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Building the MTTCAN and NVPPS for Linux v6.3 has been fixed and so re-enable building these driver for Linux v6.3. Bug 4014315 Change-Id: I643b0b0013fd42287dfc4e5cebfa0849bf12b146 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2876479 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
11 lines
269 B
Makefile
11 lines
269 B
Makefile
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#
|
|
# NVPPS driver and PTP Framework.
|
|
#
|
|
|
|
obj-m += nvpps.o
|
|
nvpps-y += ../platform/tegra/ptp-notifier.o
|
|
nvpps-y += nvpps_main.o
|