diff options
author | Kate Hsuan <hpa@redhat.com> | 2021-08-20 13:04:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-08-20 20:09:43 +0200 |
commit | e6596c22744e7c3058bc3ef843d1a6c20632e27f (patch) | |
tree | 93874c4fd9bec7e126730678bb3201c5bce59923 /drivers/platform/x86/intel/Makefile | |
parent | platform/x86: intel_telemetry: Move to intel sub-directory (diff) | |
download | linux-e6596c22744e7c3058bc3ef843d1a6c20632e27f.tar.xz linux-e6596c22744e7c3058bc3ef843d1a6c20632e27f.zip |
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/Makefile | 4 |
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 |