From: Thomas Gleixner Date: Sat, 16 Oct 2010 08:11:22 +0000 (+0200) Subject: x86: Add platform directory X-Git-Tag: v2.6.37-rc1~58^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3adbb7f4a32dd34993ebe3829c69694f0c5fc85b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git x86: Add platform directory x86 has finally arrived in the embedded nightmare and will rapidly grow SoC platform support in various flavours. So we need a place for the platform support files. That also allows us to clean up the dumpground which arch/x86/kernel has become over time. Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/Kbuild b/arch/x86/Kbuild index ad8ec35..0e10323 100644 --- a/arch/x86/Kbuild +++ b/arch/x86/Kbuild @@ -14,3 +14,4 @@ obj-y += crypto/ obj-y += vdso/ obj-$(CONFIG_IA32_EMULATION) += ia32/ +obj-y += platform/ diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile new file mode 100644 index 0000000..fdf4113 --- /dev/null +++ b/arch/x86/platform/Makefile @@ -0,0 +1 @@ +# Platform specific code goes here