Fix: quote readlink to fix windows make check (#1197)
Some checks failed
Processor / processor simulation (push) Has been cancelled

This commit is contained in:
stnolting 2025-03-05 21:15:58 +01:00 committed by GitHub
commit fa0ea6904f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,7 +281,7 @@ endif
@echo "NEORV32_HOME: $(NEORV32_HOME)"
@echo "---------------- Check: Shell ----------------"
@echo ${SHELL}
@readlink -f ${SHELL}
@readlink -f "${SHELL}"
@echo "---------------- Check: $(CC) ----------------"
@$(CC) -v
@echo "---------------- Check: $(OBJDUMP) ----------------"