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

Unified Diff: src/platform/tpm_lite/src/tlcl/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/testsuite/Makefile ('k') | src/platform/tpm_lite/src/tlcl/Makefile.firmware » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/tpm_lite/src/tlcl/Makefile
diff --git a/src/platform/tpm_lite/src/tlcl/Makefile b/src/platform/tpm_lite/src/tlcl/Makefile
index 0a4500bf10943862b1e4609cddf868cb25629eb5..4dc1cad2efba9393b5f864d9e80ea324fedc8365 100644
--- a/src/platform/tpm_lite/src/tlcl/Makefile
+++ b/src/platform/tpm_lite/src/tlcl/Makefile
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-INCLUDEDIRS = -I../include -I../../../../third_party/tpm-emulator/tpmd/unix
+INCLUDEDIRS = -I../../../../third_party/tpm-emulator/tpmd/unix
LOCAL_CFLAGS = -g -Wall -Werror $(INCLUDEDIRS)
CFLAGS += $(LOCAL_CFLAGS)
# CFLAGS += -ansi -pedantic
@@ -18,12 +18,12 @@ HOSTCC = cc
libtlcl.a: tlcl.o
ar rcs libtlcl.a tlcl.o
-tlcl.o: tlcl.c tlcl_internal.h ../include/tlcl.h structures.h
+tlcl.o: tlcl.c tlcl_internal.h tlcl.h structures.h
structures.h: generator
./generator > structures.h
-generator: generator.c ../include/tlcl.h
+generator: generator.c tlcl.h
$(HOSTCC) $(LOCAL_CFLAGS) -I$(ROOT)/usr/include \
-fpack-struct generator.c -o generator
« no previous file with comments | « src/platform/tpm_lite/src/testsuite/Makefile ('k') | src/platform/tpm_lite/src/tlcl/Makefile.firmware » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698