aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-02-03 09:56:12 -0800
committerJean-Baptiste Queru <jbq@google.com>2011-02-03 09:56:12 -0800
commitd48111f800dc67dec87e0da0648293c93beb4b39 (patch)
tree799485b85e2295a86b578da037d1ad6685c6f5df
parent3df932be86571f448249168828255c9fadaad76e (diff)
downloadgrub-d48111f800dc67dec87e0da0648293c93beb4b39.tar.gz
Fix x86 build. Probably not functional.
Change-Id: I25ac45cc72c45f9bbe263c91488981b715b76db5
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index cfa1e7b..0abe2e1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -174,7 +174,7 @@ file := $(PRODUCT_OUT)/grub/grub_stage2
$(file) : $(my_files)
@echo "target Creating: $@"
$(hide) cat $^ > $@
-ALL_PREBUILT += $(file)
+#ALL_PREBUILT += $(file)
#############################################################################
@@ -189,7 +189,7 @@ $(grub_full) : $(grub_stage1) $(grub_stage2)
$(hide) rm -f $@
$(hide) dd if=$(grub_stage1) of=$@ bs=512 count=1 2>/dev/null
$(hide) dd if=$(grub_stage2) of=$@ bs=512 seek=1 2>/dev/null
-ALL_PREBUILT += $(grub_full)
+#ALL_PREBUILT += $(grub_full)
endif # x86
endif # ! sim