diff --git a/drivers/nvpps/Makefile b/drivers/nvpps/Makefile index f09ff4d4..0d2baf77 100644 --- a/drivers/nvpps/Makefile +++ b/drivers/nvpps/Makefile @@ -5,6 +5,6 @@ # NVPPS driver and PTP Framework. # -obj-m += nvpps.o -nvpps-y += ../platform/tegra/ptp-notifier.o -nvpps-y += nvpps_main.o +nvpps-y := nvpps_main.o ptp-notifier.o + +obj-m := nvpps.o diff --git a/drivers/platform/tegra/ptp-notifier.c b/drivers/nvpps/ptp-notifier.c similarity index 97% rename from drivers/platform/tegra/ptp-notifier.c rename to drivers/nvpps/ptp-notifier.c index ff734f71..24b525f2 100644 --- a/drivers/platform/tegra/ptp-notifier.c +++ b/drivers/nvpps/ptp-notifier.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + * Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. */ #include