Chromium Code Reviews| Index: vboot_firmware/Makefile |
| diff --git a/vboot_firmware/Makefile b/vboot_firmware/Makefile |
| index 3db4c2a0a2234ea140b38f909e4f35b49e9e3dca..a2245d82b4d6c793075e89fec0eff50b45749c4f 100644 |
| --- a/vboot_firmware/Makefile |
| +++ b/vboot_firmware/Makefile |
| @@ -32,6 +32,7 @@ LIB_SRCS = \ |
| ./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 |