Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: dell: dell-wmi-sysman: 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: 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>

authored by

Kurt Borja and committed by
Ilpo Järvinen
363171c9 43fc63a1

+1 -1
+1 -1
drivers/platform/x86/dell/dell-wmi-sysman/Makefile
··· 1 1 obj-$(CONFIG_DELL_WMI_SYSMAN) += dell-wmi-sysman.o 2 - dell-wmi-sysman-objs := sysman.o \ 2 + dell-wmi-sysman-y := sysman.o \ 3 3 enum-attributes.o \ 4 4 int-attributes.o \ 5 5 string-attributes.o \