diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-16 04:19:54 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-27 08:30:01 -0400 |
commit | b17ed48040d9e8b6ae35bc492015bf0fe1c8bae4 (patch) | |
tree | 64c31f66a0fc65268d02b2cee14e7abd760121e9 /arch/x86/platform/Makefile | |
parent | 937f961a6539b0ac5ebf31472b90810bc1f02200 (diff) |
x86: Move efi to platform
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Huang Ying <ying.huang@intel.com>
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 a964fa3c086..99e95b32ae7 100644 --- a/arch/x86/platform/Makefile +++ b/arch/x86/platform/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # Platform specific code goes here | 1 | # Platform specific code goes here |
2 | obj-y += efi/ | ||
2 | obj-y += sfi/ | 3 | obj-y += sfi/ |