summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel/Makefile
diff options
context:
space:
mode:
authorKate Hsuan <hpa@redhat.com>2021-08-20 14:04:47 +0300
committerHans de Goede <hdegoede@redhat.com>2021-08-20 21:09:43 +0300
commite6596c22744e7c3058bc3ef843d1a6c20632e27f (patch)
tree93874c4fd9bec7e126730678bb3201c5bce59923 /drivers/platform/x86/intel/Makefile
parent2b6cb8f2e88b416393d2b34cad51bfe6e1aae8a7 (diff)
downloadlinux-e6596c22744e7c3058bc3ef843d1a6c20632e27f.tar.xz
platform/x86: intel-rst: Move to intel sub-directory
Move Intel RST driver to intel sub-directory to improve readability and rename it from intel-rst.c to rst.c. 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-10-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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/Makefile b/drivers/platform/x86/intel/Makefile
index e8c2b1249f87..d0ab3202c1ac 100644
--- a/drivers/platform/x86/intel/Makefile
+++ b/drivers/platform/x86/intel/Makefile
@@ -20,3 +20,7 @@ intel_mrfld_pwrbtn-y := mrfld_pwrbtn.o
obj-$(CONFIG_INTEL_MRFLD_PWRBTN) += intel_mrfld_pwrbtn.o
intel_punit_ipc-y := punit_ipc.o
obj-$(CONFIG_INTEL_PUNIT_IPC) += intel_punit_ipc.o
+
+# Intel Uncore drivers
+intel-rst-y := rst.o
+obj-$(CONFIG_INTEL_RST) += intel-rst.o