diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-11-20 10:37:05 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-11-20 10:37:05 +0100 |
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 a019bc3088a0..021eee91c056 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -1,6 +1,7 @@ # Platform specific code goes here obj-y += ce4100/ obj-y += efi/ +obj-y += iris/ obj-y += mrst/ obj-y += olpc/ obj-y += scx200/ |