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

Unified Diff: src/platform/vboot_reference/common/Makefile

Issue 2165003: Load kernel APIs added (once more, from the correct repo) (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Created 10 years, 7 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 | src/platform/vboot_reference/common/boot_device_stub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/common/Makefile
diff --git a/src/platform/vboot_reference/common/Makefile b/src/platform/vboot_reference/common/Makefile
index c3cd857d52a929faf1f311c679f3008824e11318..fa52657e71585ba5928436bdac573fe11611f73a 100644
--- a/src/platform/vboot_reference/common/Makefile
+++ b/src/platform/vboot_reference/common/Makefile
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-SRCS = rollback_index.c tlcl_stub.c utility_stub.c
+SRCS = boot_device_stub.c rollback_index.c tlcl_stub.c utility_stub.c
OBJS = $(SRCS:.c=.o)
INCLUDES += -I./include/
« no previous file with comments | « no previous file | src/platform/vboot_reference/common/boot_device_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698