diff options
author | Kate Hsuan <hpa@redhat.com> | 2021-08-20 13:04:57 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-08-20 20:11:23 +0200 |
commit | bd5b4fb47dde86b5e04686463dc2420e5ed6932a (patch) | |
tree | a1245f108edd859f595ab4d7d59e383714a51a2e /drivers/platform/x86/intel/Makefile | |
parent | platform/x86: intel-vbtn: Move to intel sub-directory (diff) | |
download | linux-bd5b4fb47dde86b5e04686463dc2420e5ed6932a.tar.xz linux-bd5b4fb47dde86b5e04686463dc2420e5ed6932a.zip |
platform/x86: intel-wmi-sbl-fw-update: Move to intel sub-directory
Move Intel WMI Slim Bootloader FW update driver to intel sub-directory
to improve readability.
Signed-off-by: Kate Hsuan <hpa@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210820110458.73018-20-andriy.shevchenko@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/x86/intel/Makefile')
-rw-r--r-- | drivers/platform/x86/intel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/Makefile b/drivers/platform/x86/intel/Makefile index 67b16119e712..8b3a3f7bab49 100644 --- a/drivers/platform/x86/intel/Makefile +++ b/drivers/platform/x86/intel/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_INTEL_PMC_CORE) += pmc/ obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/ obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/ obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/ +obj-$(CONFIG_INTEL_WMI) += wmi/ # Intel input drivers intel-hid-y := hid.o |