Skip to content

Commit 430e29e

Browse files
committed
platform/x86: intel: Use *-y instead of *-objs in Makefile
JIRA: https://issues.redhat.com/browse/RHEL-45087 commit 677fb7b Author: Kurt Borja <kuurtb@gmail.com> Date: Tue Feb 18 14:41:11 2025 -0500 platform/x86: intel: Use *-y instead of *-objs in Makefile The `objs` suffix is reserved for user-space tools. Use the `y` suffix instead, which is usually used for kernel drivers. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Kurt Borja <kuurtb@gmail.com> Reviewed-by: Jithu Joseph <jithu.joseph@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20250218194113.26589-5-kuurtb@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent f81e984 commit 430e29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
obj-$(CONFIG_INTEL_IFS) += intel_ifs.o
22

3-
intel_ifs-objs := core.o load.o runtest.o sysfs.o
3+
intel_ifs-y := core.o load.o runtest.o sysfs.o

0 commit comments

Comments
 (0)