aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2019-04-02 01:04:19 -0400
committerPaul Selkirk <paul@psgd.org>2019-04-02 01:04:19 -0400
commitedb4ae633afc4a30bb2821344b4030d854966615 (patch)
tree745341c978f9f1295e96ba4f66a066308392e56b /utils/Makefile
parent6b0c67ace3678325443aa21a32b2b10daa018e27 (diff)
The all-singing, all-dancing key management app
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index e88cb87..799bf94 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -35,7 +35,7 @@ LIBS = ${LIBHAL_BLD}/libhal.a ${LIBTFM_BLD}/libtfm.a
CFLAGS ?= -g3 -Wall -fPIC -std=c99 -I${LIBHAL_SRC} -I${LIBTFM_BLD}
-BIN = $(if $(wildcard ${LIBHAL_BLD}/hal_io_eim.o),eim_peek_poke) $(if $(wildcard ${LIBHAL_BLD}/core.o),cores) pkey-export pkey-import
+BIN = $(if $(wildcard ${LIBHAL_BLD}/hal_io_eim.o),eim_peek_poke) $(if $(wildcard ${LIBHAL_BLD}/core.o),cores) pkey-export pkey-import pkey
all: ${BIN}