diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-06-18 15:55:16 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-06-22 12:32:30 +0300 |
commit | 72fbcac2f40e690e1a5584358750e546a2678c2c (patch) | |
tree | 43d69af9c08855fb599e65dc2e6ba53f15892b10 /drivers/platform/x86/intel/Makefile | |
parent | 8bd836feb6cad6bd746da09a86bda0f5ee5c4b01 (diff) | |
download | linux-72fbcac2f40e690e1a5584358750e546a2678c2c.tar.xz |
platform/x86: intel_cht_int33fe: Move to its own subfolder
Since we have started collecting Intel x86 specific drivers in their own
folder, move intel_cht_int33fe to its own subfolder there.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210618125516.53510-8-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 3ac795d810f1..0653055942d5 100644 --- a/drivers/platform/x86/intel/Makefile +++ b/drivers/platform/x86/intel/Makefile @@ -4,4 +4,5 @@ # Intel x86 Platform-Specific Drivers # +obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/ obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/ |