Skip to content

Commit 8cdefaa

Browse files
committed
Fix to remove ext_XMS artifact from keytools Makefile. Caused mingw readdir error.
1 parent 4ac4de5 commit 8cdefaa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/keytools/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ OBJS_VIRT=$(addprefix $(OBJDIR), $(notdir $(OBJS_REAL)))
110110
vpath %.c $(WOLFDIR)/wolfcrypt/src/
111111
vpath %.c $(WOLFBOOTDIR)/src/
112112
vpath %.c ./
113-
vpath %.c $(XMSSDIR)/
114113

115114
.PHONY: clean all
116115

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

130-
$(XMSSDIR)/src/%.o: $(XMSSDIR)/src/%.c
131-
$(Q)$(CC) $(CFLAGS) -c -o $@ $<
132-
133129
# build templates
134130
sign: $(OBJS_VIRT) $(LIBS) sign.o
135131
@echo "Building signing tool"

0 commit comments

Comments
 (0)