summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index ae9bbca93a..7302f8db0b 100644
--- a/config.mk
+++ b/config.mk
@@ -158,6 +158,9 @@ OPTFLAGS= -Os #-fomit-frame-pointer
ifdef VBOOT_DEBUG
DBGFLAGS += -DVBOOT_DEBUG
endif
+ifdef VBOOT_PERFORMANCE
+DBGFLAGS += -DVBOOT_PERFORMANCE
+endif
ifndef LDSCRIPT
#LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot.lds.debug
ifeq ($(CONFIG_NAND_U_BOOT),y)