mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
9 lines
245 B
Makefile
9 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
|