Skip to content

Commit

Permalink
Fix to remove ext_XMS artifact from keytools Makefile. Caused mingw r…
Browse files Browse the repository at this point in the history
…eaddir error.
  • Loading branch information
dgarske committed Dec 5, 2024
1 parent 4ac4de5 commit 8cdefaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/keytools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ OBJS_VIRT=$(addprefix $(OBJDIR), $(notdir $(OBJS_REAL)))
vpath %.c $(WOLFDIR)/wolfcrypt/src/
vpath %.c $(WOLFBOOTDIR)/src/
vpath %.c ./
vpath %.c $(XMSSDIR)/

.PHONY: clean all

Expand All @@ -127,9 +126,6 @@ $(OBJDIR)/%.o: $(WOLFBOOTDIR)/src/%.c
$(OBJDIR)/%.o: $(WOLFDIR)/wolfcrypt/src/%.c
$(Q)$(CC) $(CFLAGS) -c -o $@ $<

$(XMSSDIR)/src/%.o: $(XMSSDIR)/src/%.c
$(Q)$(CC) $(CFLAGS) -c -o $@ $<

# build templates
sign: $(OBJS_VIRT) $(LIBS) sign.o
@echo "Building signing tool"
Expand Down

0 comments on commit 8cdefaa

Please sign in to comment.