mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-05 11:53:41 +00:00

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>
12 lines
258 B
Makefile
12 lines
258 B
Makefile
obj-$(CONFIG_HP_BIOSCFG) := hp-bioscfg.o
|
|
|
|
hp-bioscfg-y := bioscfg.o \
|
|
biosattr-interface.o \
|
|
enum-attributes.o \
|
|
int-attributes.o \
|
|
order-list-attributes.o \
|
|
passwdobj-attributes.o \
|
|
spmobj-attributes.o \
|
|
string-attributes.o \
|
|
surestart-attributes.o
|