diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-07-08 17:45:05 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-07-16 17:48:47 +0200 |
commit | 23ae2a16bb39d999892a86a65933fe3e9b6b525f (patch) | |
tree | 2b7baf1b560f774e962ee345547f4ed31abd382c /arch/x86/kernel/Makefile | |
parent | 91780c41a9e03ca6c351a0b2152662139b94b274 (diff) | |
download | op-kernel-dev-23ae2a16bb39d999892a86a65933fe3e9b6b525f.zip op-kernel-dev-23ae2a16bb39d999892a86a65933fe3e9b6b525f.tar.gz |
x86/platform/iosf_mbi: Move to dedicated folder
Move the driver to arch/x86/platform/intel since it is not a core
kernel code and it is related to many Intel SoCs from different
groups: Atom, MID, etc.
There is no functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: David E . Box <david.e.box@linux.intel.com>
Link: http://lkml.kernel.org/r/1436366709-17683-2-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 81db53b..7041f8b 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -107,7 +107,6 @@ obj-$(CONFIG_EFI) += sysfb_efi.o obj-$(CONFIG_PERF_EVENTS) += perf_regs.o obj-$(CONFIG_TRACING) += tracepoint.o -obj-$(CONFIG_IOSF_MBI) += iosf_mbi.o ### # 64 bit specific files |