summaryrefslogtreecommitdiff
path: root/board/intel/slimbootloader/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2020-08-20 13:02:33 +0300
committerBin Meng <[email protected]>2020-09-01 13:38:41 +0800
commitc2addf9fc171de55d99fcccd7e5622894f74fe18 (patch)
tree4465db6dcea91c4cbcd2417ff3ae9f981a2a5e0d /board/intel/slimbootloader/Makefile
parent886bce12756ca3f3dee05ccdc39130dacc4ffba0 (diff)
x86: intel: slimbootloader: 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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Aiden Park <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/intel/slimbootloader/Makefile')
-rw-r--r--board/intel/slimbootloader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/intel/slimbootloader/Makefile b/board/intel/slimbootloader/Makefile
index fd8fa98a8d3..50330cc6e5d 100644
--- a/board/intel/slimbootloader/Makefile
+++ b/board/intel/slimbootloader/Makefile
@@ -2,4 +2,4 @@
#
# Copyright (C) 2019 Intel Corporation <www.intel.com>
-obj-y += start.o slimbootloader.o
+obj-y += slimbootloader.o