mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
23ae2a16bb
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>
16 lines
265 B
Makefile
16 lines
265 B
Makefile
# Platform specific code goes here
|
|
obj-y += atom/
|
|
obj-y += ce4100/
|
|
obj-y += efi/
|
|
obj-y += geode/
|
|
obj-y += goldfish/
|
|
obj-y += iris/
|
|
obj-y += intel/
|
|
obj-y += intel-mid/
|
|
obj-y += intel-quark/
|
|
obj-y += olpc/
|
|
obj-y += scx200/
|
|
obj-y += sfi/
|
|
obj-y += ts5500/
|
|
obj-y += uv/
|