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: 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/20250214214535.4947-1-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
c86e269c d497c474

+3 -3
+3 -3
drivers/platform/x86/dell/Makefile
··· 5 5 # 6 6 7 7 obj-$(CONFIG_ALIENWARE_WMI) += alienware-wmi.o 8 - alienware-wmi-objs := alienware-wmi-base.o 8 + alienware-wmi-y := alienware-wmi-base.o 9 9 alienware-wmi-$(CONFIG_ALIENWARE_WMI_LEGACY) += alienware-wmi-legacy.o 10 10 alienware-wmi-$(CONFIG_ALIENWARE_WMI_WMAX) += alienware-wmi-wmax.o 11 11 obj-$(CONFIG_DCDBAS) += dcdbas.o ··· 14 14 obj-$(CONFIG_DELL_RBU) += dell_rbu.o 15 15 obj-$(CONFIG_DELL_PC) += dell-pc.o 16 16 obj-$(CONFIG_DELL_SMBIOS) += dell-smbios.o 17 - dell-smbios-objs := dell-smbios-base.o 17 + dell-smbios-y := dell-smbios-base.o 18 18 dell-smbios-$(CONFIG_DELL_SMBIOS_WMI) += dell-smbios-wmi.o 19 19 dell-smbios-$(CONFIG_DELL_SMBIOS_SMM) += dell-smbios-smm.o 20 20 obj-$(CONFIG_DELL_SMO8800) += dell-smo8800.o 21 21 obj-$(CONFIG_DELL_SMO8800) += dell-lis3lv02d.o 22 22 obj-$(CONFIG_DELL_UART_BACKLIGHT) += dell-uart-backlight.o 23 23 obj-$(CONFIG_DELL_WMI) += dell-wmi.o 24 - dell-wmi-objs := dell-wmi-base.o 24 + dell-wmi-y := dell-wmi-base.o 25 25 dell-wmi-$(CONFIG_DELL_WMI_PRIVACY) += dell-wmi-privacy.o 26 26 obj-$(CONFIG_DELL_WMI_AIO) += dell-wmi-aio.o 27 27 obj-$(CONFIG_DELL_WMI_DESCRIPTOR) += dell-wmi-descriptor.o