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

Unified Diff: utility/Makefile

Issue 2696003: Add option to specify a kernel subkey signing key to firmware signing utility. (Closed) Base URL: ssh://git@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 | utility/firmware_utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/Makefile
diff --git a/utility/Makefile b/utility/Makefile
index 23a6e1719a3639c1829c2419faeaf665b33e39b2..d116eb007c1a51f6f80271074f5f8a3005dffba5 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+FWDIR ?= ../vboot_firmware/
TOP ?= ../
CC ?= gcc
CXX ?= g++
« no previous file with comments | « no previous file | utility/firmware_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698