eff3bac88a
Add Makefile and Kconfig to build hp-bioscfg. HP BIOS Configuration driver purpose is to provide a driver supporting the latest sysfs class firmware attributes framework allowing the user to change BIOS settings and security solutions on HP Inc.’s commercial notebooks. Signed-off-by: Jorge Lopez <jorge.lopez2@hp.com> Reviewed-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20230608163319.18934-13-jorge.lopez2@hp.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
12 lines
261 B
Makefile
12 lines
261 B
Makefile
obj-$(CONFIG_HP_BIOSCFG) := hp-bioscfg.o
|
|
|
|
hp-bioscfg-objs := 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
|