Skip to content

Commit

Permalink
x86: Add platform directory
Browse files Browse the repository at this point in the history
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 <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Oct 27, 2010
1 parent 12ba8d1 commit 3adbb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ obj-y += crypto/
obj-y += vdso/
obj-$(CONFIG_IA32_EMULATION) += ia32/

obj-y += platform/
1 change: 1 addition & 0 deletions arch/x86/platform/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Platform specific code goes here

0 comments on commit 3adbb7f

Please sign in to comment.