| Index: src/platform/vboot_reference/common/Makefile
|
| diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile
|
| index c3cd857d52a929faf1f311c679f3008824e11318..fa52657e71585ba5928436bdac573fe11611f73a 100644
|
| --- a/src/platform/vboot_reference/common/Makefile
|
| +++ b/src/platform/vboot_reference/common/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.
|
|
|
| -SRCS = rollback_index.c tlcl_stub.c utility_stub.c
|
| +SRCS = boot_device_stub.c rollback_index.c tlcl_stub.c utility_stub.c
|
| OBJS = $(SRCS:.c=.o)
|
| INCLUDES += -I./include/
|
|
|
|
|