diff options
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index acb9962..0ab4bff 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -8,8 +8,7 @@ OBJS = crc32.o \ mgmt-fpga.c \ mgmt-keystore.c \ mgmt-masterkey.c \ - mgmt-misc.c \ - mgmt-show.c + mgmt-misc.c BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ |