We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f988ec3 commit a336c95Copy full SHA for a336c95
soc/runtime/Makefile
@@ -5,7 +5,7 @@ OBJECTS_KSUPPORT := exception_jmp.o exceptions.o rtio.o dds.o
5
6
# NOTE: this does not handle dependencies well. Run "make clean"
7
# when switching between UP and AMP.
8
-UNIPROCESSOR := $(shell echo -e "\#include <generated/csr.h>\nCSR_KERNEL_CPU_BASE" | $(CC_normal) $(CFLAGS) -E - | tail -n 1 | grep -c CSR_KERNEL_CPU_BASE)
+UNIPROCESSOR := $(shell /bin/echo -e "\#include <generated/csr.h>\nCSR_KERNEL_CPU_BASE" | $(CC_normal) $(CFLAGS) -E - | tail -n 1 | grep -c CSR_KERNEL_CPU_BASE)
9
10
ifeq ($(UNIPROCESSOR),0)
11
OBJECTS += mailbox.o kernelcpu.o ksupport_data.o
0 commit comments