Chromium Code Reviews| Index: tests/tpm_lite/Makefile |
| diff --git a/tests/tpm_lite/Makefile b/tests/tpm_lite/Makefile |
| index 6c4250f8dcf39e2e0b9e0490c123a02d42247455..69e67f396518ac3fdef59dbe05d8db49caebb7c2 100644 |
| --- a/tests/tpm_lite/Makefile |
| +++ b/tests/tpm_lite/Makefile |
| @@ -31,7 +31,7 @@ SHARED_TEST_OBJ = $(BUILD_ROOT)/tlcl_tests.o |
| ALL_DEPS = $(addsuffix .d,${TEST_BINS}) |
| CFLAGS += -MMD -MF $@.d |
| -LIBS := ${TEST_LIB} $(HOSTLIB) $(FWLIB) |
| +LIBS := ${TEST_LIB} $(HOSTLIB) |
| all: $(TEST_BINS) |