Skip to content

Commit f0ea699

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: hp: 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 cfba129 commit f0ea699

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/hp/hp-bioscfg

1 file changed

+1
-1
lines changed

drivers/platform/x86/hp/hp-bioscfg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
obj-$(CONFIG_HP_BIOSCFG) := hp-bioscfg.o
22

3-
hp-bioscfg-objs := bioscfg.o \
3+
hp-bioscfg-y := bioscfg.o \
44
biosattr-interface.o \
55
enum-attributes.o \
66
int-attributes.o \

0 commit comments

Comments
 (0)