[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250218194113.26589-1-kuurtb@gmail.com>
Date: Tue, 18 Feb 2025 14:41:07 -0500
From: Kurt Borja <kuurtb@...il.com>
To: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Cc: platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
Hans de Goede <hdegoede@...hat.com>,
Mario Limonciello <mario.limonciello@....com>,
Kurt Borja <kuurtb@...il.com>
Subject: [PATCH 0/4] platform-x86: Use *-y instead of *-objs in Makefiles
Hi all,
According to documentation, the `-objs` suffix is reserved to user-space
and host programs. The `-y` suffix should be used for composite kernel
modules and drivers.
[1] https://elixir.bootlin.com/linux/v6.14-rc3/source/Documentation/kbuild/makefiles.rst#L153
Based on pdx86/fixes branch.
Kurt Borja (4):
platform/x86: dell: dell-wmi-sysman: Use *-y instead of *-objs in
Makefile
platform/x86: amd: Use *-y instead of *-objs in Makefiles
platform/x86: hp: Use *-y instead of *-objs in Makefile
platform/x86: intel: Use *-y instead of *-objs in Makefile
drivers/platform/x86/amd/Makefile | 2 +-
drivers/platform/x86/amd/hsmp/Makefile | 6 +++---
drivers/platform/x86/amd/pmc/Makefile | 6 +++---
drivers/platform/x86/amd/pmf/Makefile | 8 ++++----
drivers/platform/x86/dell/dell-wmi-sysman/Makefile | 2 +-
drivers/platform/x86/hp/hp-bioscfg/Makefile | 2 +-
drivers/platform/x86/intel/ifs/Makefile | 2 +-
7 files changed, 14 insertions(+), 14 deletions(-)
base-commit: a787ab73e2e43c0a3df10bc8d9b9b7a679129d49
--
~ Kurt
Powered by blists - more mailing lists