summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel/wmi/Makefile
diff options
context:
space:
mode:
authorKate Hsuan <hpa@redhat.com>2021-08-20 14:04:57 +0300
committerHans de Goede <hdegoede@redhat.com>2021-08-20 21:11:23 +0300
commitbd5b4fb47dde86b5e04686463dc2420e5ed6932a (patch)
treea1245f108edd859f595ab4d7d59e383714a51a2e /drivers/platform/x86/intel/wmi/Makefile
parent3afeacfd39eadc1f5f19a992eff65f554bd3e717 (diff)
downloadlinux-bd5b4fb47dde86b5e04686463dc2420e5ed6932a.tar.xz
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/wmi/Makefile')
-rw-r--r--drivers/platform/x86/intel/wmi/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/wmi/Makefile b/drivers/platform/x86/intel/wmi/Makefile
new file mode 100644
index 000000000000..bf1f118b6839
--- /dev/null
+++ b/drivers/platform/x86/intel/wmi/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Intel x86 Platform Specific Drivers
+#
+
+intel-wmi-sbl-fw-update-y := sbl-fw-update.o
+obj-$(CONFIG_INTEL_WMI_SBL_FW_UPDATE) += intel-wmi-sbl-fw-update.o