platform/x86: dell: dell-wmi-sysman: Use *-y instead of *-objs in Makefile
authorKurt Borja <kuurtb@gmail.com>
Tue, 18 Feb 2025 19:41:08 +0000 (14:41 -0500)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 24 Feb 2025 15:14:59 +0000 (17:14 +0200)
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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250218194113.26589-2-kuurtb@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/dell/dell-wmi-sysman/Makefile

index 825fb2fbeea87d99edbb26bfb0be12035acc3aea..0a6df449e222fb771afa4f636207cd79b67868dc 100644 (file)
@@ -1,5 +1,5 @@
 obj-$(CONFIG_DELL_WMI_SYSMAN)  += dell-wmi-sysman.o
-dell-wmi-sysman-objs :=        sysman.o                \
+dell-wmi-sysman-y :=           sysman.o                \
                                enum-attributes.o       \
                                int-attributes.o        \
                                string-attributes.o     \