This website requires JavaScript.
Explore
Help
Register
Sign In
qiurui
/
Ubuntu-focal-kernel
mirror of
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal
Watch
1
Star
0
Fork
You've already forked Ubuntu-focal-kernel
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f632a8170a
Ubuntu-focal-kernel
/
arch
/
x86
/
platform
/
intel
/
Makefile
3 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
treewide: Add SPDX license identifier - Makefile/Kconfig Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-19 12:07:45 +00:00
# SPDX-License-Identifier: GPL-2.0-only
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>
2015-07-08 14:45:05 +00:00
obj-$(CONFIG_IOSF_MBI)
+=
iosf_mbi.o