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

Unified Diff: GNUmakefile

Issue 6677007: Expose and augment parser enum and field name tables to bct_dump. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cbootimage.git@master
Patch Set: Address Vincent's comments. Created 9 years, 9 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 | bct_dump.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: GNUmakefile
diff --git a/GNUmakefile b/GNUmakefile
index 47735da530d7aa99282a20b059c231a58aaee32e..fa021553502dce50f952e10718a31fd884c7b156 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,6 +28,7 @@ cbootimage: $(CBOOTIMAGE_OBJS)
BCT_DUMP_C_FILES := bct_dump.c
BCT_DUMP_C_FILES += nvbctlib_ap20.c
BCT_DUMP_C_FILES += data_layout.c
+BCT_DUMP_C_FILES += parse.c
BCT_DUMP_C_FILES += set.c
BCT_DUMP_C_FILES += crypto.c
BCT_DUMP_C_FILES += aes_ref.c
« no previous file with comments | « no previous file | bct_dump.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698