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

Unified Diff: src/platform/tpm_lite/src/testsuite/Makefile

Issue 1787004: TPM Lite: Add a "firmware" target for building TPM Lite (Closed)
Patch Set: Add a separate makefile for firmware compilation. Created 10 years, 8 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/platform/tpm_lite/src/Makefile ('k') | src/platform/tpm_lite/src/tlcl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/tpm_lite/src/testsuite/Makefile
diff --git a/src/platform/tpm_lite/src/testsuite/Makefile b/src/platform/tpm_lite/src/testsuite/Makefile
index 184705bef962a675b6a5c02c2d070f6d228e23fd..74ff6fe85d8fe5335671d3fd89918e0aa7129c02 100644
--- a/src/platform/tpm_lite/src/testsuite/Makefile
+++ b/src/platform/tpm_lite/src/testsuite/Makefile
@@ -36,7 +36,7 @@ $(TESTS): tpmtest_%: %.o $(LIBS)
$(CC) $(LDFLAGS) -g $< -o $@ $(LIBS)
.c.o:
- $(CC) $(CFLAGS) -g -c $< -I../include
+ $(CC) $(CFLAGS) -g -c $< -I../tlcl/
clean:
rm -f $(TESTS) *.o *~
« no previous file with comments | « src/platform/tpm_lite/src/Makefile ('k') | src/platform/tpm_lite/src/tlcl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698