diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-11-20 04:37:05 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-11-20 04:37:05 -0500 |
commit | 9cdca869724e766eb48c061967cb777ddb436c76 (patch) | |
tree | 25dc8f57996611bd6966c456b388c5fbf53b9f99 /arch/x86/platform/Makefile | |
parent | 5ca9afdb9f6a5267927b54de3f42c756e8af7fcd (diff) |
x86: platform: Move iris to x86/platform where it belongs
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 a019bc3088a..021eee91c05 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # Platform specific code goes here | 1 | # Platform specific code goes here |
2 | obj-y += ce4100/ | 2 | obj-y += ce4100/ |
3 | obj-y += efi/ | 3 | obj-y += efi/ |
4 | obj-y += iris/ | ||
4 | obj-y += mrst/ | 5 | obj-y += mrst/ |
5 | obj-y += olpc/ | 6 | obj-y += olpc/ |
6 | obj-y += scx200/ | 7 | obj-y += scx200/ |