diff options
author | Mario Limonciello <mario.limonciello@dell.com> | 2021-02-03 22:58:32 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-02-04 15:23:55 +0300 |
commit | f1e1ea516721d1ea0b21327ff9e6cb2c2bb86e28 (patch) | |
tree | 190a1ddcfe4f891728eef72038f470bd6b0f91ee /drivers/platform/x86/dell-wmi-sysman/Makefile | |
parent | cb3acb1564b0637beb446e6a9cf40cb40e147e1f (diff) | |
download | linux-f1e1ea516721d1ea0b21327ff9e6cb2c2bb86e28.tar.xz |
platform/x86: Move all dell drivers to their own subdirectory
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>
Diffstat (limited to 'drivers/platform/x86/dell-wmi-sysman/Makefile')
-rw-r--r-- | drivers/platform/x86/dell-wmi-sysman/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/platform/x86/dell-wmi-sysman/Makefile b/drivers/platform/x86/dell-wmi-sysman/Makefile deleted file mode 100644 index 825fb2fbeea8..000000000000 --- a/drivers/platform/x86/dell-wmi-sysman/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -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 |