Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: vboot_firmware/Makefile

Issue 2743004: Add dummy implementation of LoadFirmware(); currently a wrapper around the old implementation. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: rename member Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | vboot_firmware/include/load_firmware_fw.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | vboot_firmware/include/load_firmware_fw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698