mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
f1e1ea5167
A user without a Dell system doesn't need to pick any of these drivers. Users with a Dell system can enable this submenu and all drivers behind it will be enabled. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mario Limonciello <mario.limonciello@dell.com> Link: https://lore.kernel.org/r/20210203195832.2950605-1-mario.limonciello@dell.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
8 lines
245 B
Makefile
8 lines
245 B
Makefile
obj-$(CONFIG_DELL_WMI_SYSMAN) += dell-wmi-sysman.o
|
|
dell-wmi-sysman-objs := sysman.o \
|
|
enum-attributes.o \
|
|
int-attributes.o \
|
|
string-attributes.o \
|
|
passobj-attributes.o \
|
|
biosattr-interface.o \
|
|
passwordattr-interface.o
|