diff options
author | Paul Selkirk <paul@psgd.org> | 2019-04-02 01:04:19 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-04-02 01:04:19 -0400 |
commit | edb4ae633afc4a30bb2821344b4030d854966615 (patch) | |
tree | 745341c978f9f1295e96ba4f66a066308392e56b /utils/Makefile | |
parent | 6b0c67ace3678325443aa21a32b2b10daa018e27 (diff) |
The all-singing, all-dancing key management app
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
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} |