Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: src/platform/vboot_reference/utility/Makefile

Issue 2561001: Fix LoadKernel() (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Make requested changes. Rename bootloader start to bootloader address. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/utility/load_kernel_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/utility/Makefile
diff --git a/src/platform/vboot_reference/utility/Makefile b/src/platform/vboot_reference/utility/Makefile
index b7e9ded38f7f7a61c0f5e04d76e65f388b39b610..23a6e1719a3639c1829c2419faeaf665b33e39b2 100644
--- a/src/platform/vboot_reference/utility/Makefile
+++ b/src/platform/vboot_reference/utility/Makefile
@@ -26,10 +26,9 @@ TARGET_BINS = dumpRSAPublicKey \
firmware_utility \
gbb_utility \
kernel_utility \
+ load_kernel_test \
signature_digest_utility \
verify_data
-# Note: load_kernel_test is not part of TARGET_BINS, since it's a
-# temporary test.
all: $(TARGET_BINS) subdirs
« no previous file with comments | « no previous file | src/platform/vboot_reference/utility/load_kernel_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698