commit | 6582074e4a418130b4f95500b81bf60551d21ef1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 08:36:24 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 21:16:04 2018 +0800 |
tree | 67979e62f6c0b91c951b53e82199e6e0adb62309 | |
parent | 5d69a5cee28a0e261519703345db9b2ed55a0404 [diff] [blame] |
x86: Rename efi-x86 target to efi-x86_app To avoid confusion, let's rename the efi-x86 target to efi-x86_app. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/cpu/efi/Makefile b/arch/x86/cpu/efi/Makefile index 32c2dde..9716a4e 100644 --- a/arch/x86/cpu/efi/Makefile +++ b/arch/x86/cpu/efi/Makefile
@@ -3,7 +3,7 @@ # Copyright (c) 2015 Google, Inc ifdef CONFIG_EFI_APP -obj-y += efi.o +obj-y += app.o obj-y += sdram.o endif