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

Unified Diff: config.mk

Issue 4001006: Implement boot device r/w functions for vboot (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot.git
Patch Set: Created 10 years, 2 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
Index: config.mk
diff --git a/config.mk b/config.mk
index 9568f5a753bc21c0341f5d41a0182c7a44b1c8bf..965927f29b6c264a3703e9d31c92c79d6828b8f7 100644
--- a/config.mk
+++ b/config.mk
@@ -139,6 +139,9 @@ endif
ifdef VBOOT
CPPFLAGS += -I$(VBOOT)/include/vboot
endif
+ifdef VBOOT_DEBUG
+CPPFLAGS += -DVBOOT_DEBUG
+endif
CPPFLAGS += -I$(TOPDIR)/include
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc \
« no previous file with comments | « common/cmd_cros.c ('k') | include/config_cmd_all.h » ('j') | include/config_cmd_all.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698