summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5f00885..17faf4ff 100644
--- a/Makefile
+++ b/Makefile
@@ -460,12 +460,12 @@ ALL_OBJS += ${CGPT_OBJS}
# Scripts to install directly (not compiled)
UTIL_SCRIPTS = \
utility/dev_debug_vboot \
- utility/enable_dev_usb_boot \
- utility/vbutil_what_keys
+ utility/enable_dev_usb_boot
ifeq (${MINIMAL},)
UTIL_SCRIPTS += \
- utility/dev_make_keypair
+ utility/dev_make_keypair \
+ utility/vbutil_what_keys
endif
# These utilities should be linked statically.