summaryrefslogtreecommitdiff
path: root/board/efi/efi-x86_payload/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-08-20 13:02:25 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-01 13:38:39 +0800
commit2a2470eba86a05b5674deedc76c254e73a70bc35 (patch)
tree7460e780375dbf506ac8a1072a2b4204734db9ce /board/efi/efi-x86_payload/Makefile
parent9f082a8adce1a80f7680a6b449c27af84f7db031 (diff)
x86: efi: efi-x86_payload: Remove dead code
start.S does nothing and can be safely removed. Makefile is still being used by the build system, so simply drop the rule from it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/efi/efi-x86_payload/Makefile')
-rw-r--r--board/efi/efi-x86_payload/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/efi/efi-x86_payload/Makefile b/board/efi/efi-x86_payload/Makefile
index 00ef69534d..a4ebc85aa5 100644
--- a/board/efi/efi-x86_payload/Makefile
+++ b/board/efi/efi-x86_payload/Makefile
@@ -2,4 +2,4 @@
#
# Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
-obj-y += start.o payload.o
+obj-y += payload.o