diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-16 12:35:51 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-27 16:30:01 +0400 |
commit | 3b3da9d25ae9d8cac99302ad66834499cf324d08 (patch) | |
tree | 2592a4d15335d49a06de24498b798a52c9f964c0 /arch/x86/platform/Makefile | |
parent | c4e72ad6bbbbbf1f826df3a5d3e3c4af2f4d48c9 (diff) | |
download | linux-3b3da9d25ae9d8cac99302ad66834499cf324d08.tar.xz |
x86: Move scx200 to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/platform/Makefile')
-rw-r--r-- | arch/x86/platform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index e629d7a428cb..1191989e9f00 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -1,4 +1,5 @@ # Platform specific code goes here obj-y += efi/ +obj-y += scx200/ obj-y += sfi/ obj-y += visws/ |