Index: src/platform/vboot_reference/common/Makefile |
diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile |
index b9b4a5129b7e7f3886ea0d5ef4651e09acf64763..c3cd857d52a929faf1f311c679f3008824e11318 100644 |
--- a/src/platform/vboot_reference/common/Makefile |
+++ b/src/platform/vboot_reference/common/Makefile |
@@ -2,8 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-SRCS = utility_stub.c tlcl_stub.c |
+SRCS = rollback_index.c tlcl_stub.c utility_stub.c |
OBJS = $(SRCS:.c=.o) |
+INCLUDES += -I./include/ |
all: libcommon.a |