| Index: vboot_firmware/Makefile
|
| diff --git a/vboot_firmware/Makefile b/vboot_firmware/Makefile
|
| index b4345e0a96f28ff992e60da08c8b6961e6cfca5d..efdb4db4d1f3edc1aa0ab7076d53261738b65866 100644
|
| --- a/vboot_firmware/Makefile
|
| +++ b/vboot_firmware/Makefile
|
| @@ -35,7 +35,10 @@ LIB_SRCS = \
|
| ./lib/load_firmware_fw.c \
|
| ./lib/load_kernel_fw.c \
|
| ./lib/rollback_index.c \
|
| - ./lib/stateful_util.c
|
| + ./lib/stateful_util.c \
|
| + ./lib/vboot_common.c \
|
| + ./lib/vboot_firmware.c \
|
| + ./lib/vboot_kernel.c
|
|
|
| LIB_OBJS = $(LIB_SRCS:%.c=%.o)
|
|
|
|
|