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

Unified Diff: GNUmakefile

Issue 6469010: Factor out the context specific functions into their own file. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cbootimage.git@master
Patch Set: Created 9 years, 10 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 | cbootimage.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 6233fcdf64a11d35955b3da3a2001025786f1948..f5b1e51a4e4fc3d429041bb038f45cfcc218733a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,6 +6,7 @@ C_FILES += parse.c
C_FILES += set.c
C_FILES += crypto.c
C_FILES += aes_ref.c
+C_FILES += context.c
OBJS := $(patsubst %.c,%.o,$(notdir $(C_FILES)))
« no previous file with comments | « no previous file | cbootimage.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698