diff --git a/utility/Makefile b/utility/Makefile index 23a6e1719a..b7e9ded38f 100644 --- a/utility/Makefile +++ b/utility/Makefile @@ -26,9 +26,10 @@ TARGET_BINS = dumpRSAPublicKey \ firmware_utility \ gbb_utility \ kernel_utility \ - load_kernel_test \ signature_digest_utility \ verify_data +# Note: load_kernel_test is not part of TARGET_BINS, since it's a +# temporary test. all: $(TARGET_BINS) subdirs