| Index: vboot_firmware/Makefile
|
| diff --git a/vboot_firmware/Makefile b/vboot_firmware/Makefile
|
| index 2440487009e33fbfd9de1c7248229c4078e877cf..60eaa0c8f8e8d568873b578e6997527b504b5d75 100644
|
| --- a/vboot_firmware/Makefile
|
| +++ b/vboot_firmware/Makefile
|
| @@ -26,9 +26,7 @@ LIB_SRCS = \
|
| ./lib/cryptolib/sha1.c \
|
| ./lib/cryptolib/sha2.c \
|
| ./lib/cryptolib/sha_utility.c \
|
| - ./lib/firmware_image_fw.c \
|
| ./lib/kernel_image_fw.c \
|
| - ./lib/load_firmware_fw.c \
|
| ./lib/load_kernel_fw.c \
|
| ./lib/rollback_index.c \
|
| ./lib/stateful_util.c \
|
|
|