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

Unified Diff: vboot_firmware/Makefile

Issue 2776002: add load firmware stub (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: 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/stub/load_firmware_stub.c » ('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 a2245d82b4d6c793075e89fec0eff50b45749c4f..b4345e0a96f28ff992e60da08c8b6961e6cfca5d 100644
--- a/vboot_firmware/Makefile
+++ b/vboot_firmware/Makefile
@@ -42,6 +42,7 @@ LIB_OBJS = $(LIB_SRCS:%.c=%.o)
# find ./stub -iname '*.c' | sort
STUB_SRCS = \
./stub/boot_device_stub.c \
+ ./stub/load_firmware_stub.c \
./stub/tlcl.c \
./stub/utility_stub.c
« no previous file with comments | « no previous file | vboot_firmware/stub/load_firmware_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698