summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-09-20 19:18:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-21 11:23:27 -0700
commitf4b65c5d950cd9c89b132b576fad77299540fb0c (patch)
treec4afc6225f4c5462ee4eecdd67434ede5bf09f8c
parent7323fd8fdafc4c8c0d751bc24e9e64740c624588 (diff)
downloadchrome-ec-f4b65c5d950cd9c89b132b576fad77299540fb0c.tar.gz
cleanup: Remove old vboot cruft from Makefile.rules
This removes an unused vboot recipe left over from long, long ago. It was added with commit 8101b71 (May 2012) to enable vboot on EC. It should have been removed with commit 45cd846 (Aug 2012), but wasn't. It hasn't been useful since then. BUG=none BRANCH=none TEST=make buildall Change-Id: I1176898064c4e714639dc63f041fb0fd85d73bab Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/301254 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--Makefile.rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 17974f4089..98a388f922 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -244,13 +244,11 @@ $(out)/RO/%.o:%.c
$(call quiet,c_to_o,CC )
$(out)/RW/%.o:%.c
$(call quiet,c_to_o,CC )
+
$(out)/$(SHOBJLIB)/%.o: override LATE_CFLAGS_DEFINE:=-DSHAREDLIB_IMAGE
$(out)/$(SHOBJLIB)/%.o:%.c
$(call quiet,c_to_o,CC )
-$(out)/vboot/%.o:$(VBOOT_SOURCE)/%.c
- $(call quiet,c_to_o,CC )
-
$(out)/RO/%.o:%.S
$(call quiet,c_to_o,AS )
$(out)/RW/%.o:%.S