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: 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 <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-4-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
f0ea699b cfba129a

+1 -1
+1 -1
drivers/platform/x86/hp/hp-bioscfg/Makefile
··· 1 1 obj-$(CONFIG_HP_BIOSCFG) := hp-bioscfg.o 2 2 3 - hp-bioscfg-objs := bioscfg.o \ 3 + hp-bioscfg-y := bioscfg.o \ 4 4 biosattr-interface.o \ 5 5 enum-attributes.o \ 6 6 int-attributes.o \