diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-16 10:16:59 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-27 14:30:01 +0200 |
commit | 937f961a6539b0ac5ebf31472b90810bc1f02200 (patch) | |
tree | 9f3b7eecdfda205078490dcabd823576c563bf48 /arch/x86/platform/Makefile | |
parent | 3adbb7f4a32dd34993ebe3829c69694f0c5fc85b (diff) |
x86: Move sfi to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Len Brown <lenb@kernel.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
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 fdf4113befba..a964fa3c0868 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile @@ -1 +1,2 @@ # Platform specific code goes here +obj-y += sfi/ |