Skip to content

Commit 363171c

Browse files
kuu-rtij-intel
authored andcommitted
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 <[email protected]> Signed-off-by: Kurt Borja <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 43fc63a commit 363171c

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/dell/dell-wmi-sysman

1 file changed

+1
-1
lines changed

drivers/platform/x86/dell/dell-wmi-sysman/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
obj-$(CONFIG_DELL_WMI_SYSMAN) += dell-wmi-sysman.o
2-
dell-wmi-sysman-objs := sysman.o \
2+
dell-wmi-sysman-y := sysman.o \
33
enum-attributes.o \
44
int-attributes.o \
55
string-attributes.o \

0 commit comments

Comments
 (0)