summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tpm_test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tpm_test/Makefile b/test/tpm_test/Makefile
index e45f32ce0b..8942f0db1d 100644
--- a/test/tpm_test/Makefile
+++ b/test/tpm_test/Makefile
@@ -57,6 +57,7 @@ $(obj)/%.o: $(obj)/%.c
$(call echo," CC $(notdir $@)")
$(Q)gcc $(CFLAGS) -o $@ $<
+# See "Commonly used compiler options" for more documentation
$(obj)/%.o: %.c
$(call echo," CC $(notdir $@)")
$(Q)gcc $(CFLAGS) -Wall -Werror -MMD -MF $@.d -MT $@ -o $@ $<