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

Unified Diff: src/tlcl/Makefile.firmware

Issue 2831027: Add version string in binary and simplify build. (Closed) Base URL: ssh://git@chromiumos-git/tpm_lite.git
Patch Set: sed -> cut and add warnings Created 10 years, 6 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 | « src/tlcl/Makefile ('k') | src/tlcl/structures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tlcl/Makefile.firmware
diff --git a/src/tlcl/Makefile.firmware b/src/tlcl/Makefile.firmware
index 06b4ddaa1e5068dcdecbf0adae9c449f3ddbcfd9..2acf764d10d53f7597d92bd4a8a4415e57d65af8 100644
--- a/src/tlcl/Makefile.firmware
+++ b/src/tlcl/Makefile.firmware
@@ -9,7 +9,7 @@ all: firmware
.PHONY: firmware
-firmware: tlcl.c tlcl_internal.h tlcl.h saved-structures.h
+firmware: tlcl.c tlcl_internal.h tlcl.h structures.h
$(CC) -Wall -Werror -ansi -DFIRMWARE -c tlcl.c
clean:
« no previous file with comments | « src/tlcl/Makefile ('k') | src/tlcl/structures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698