summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/z80/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/Makefile')
-rw-r--r--nuttx/arch/z80/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/Makefile b/nuttx/arch/z80/src/Makefile
index 92759de175..4b02b1f0b9 100644
--- a/nuttx/arch/z80/src/Makefile
+++ b/nuttx/arch/z80/src/Makefile
@@ -42,7 +42,7 @@
############################################################################
# Compiler-Dependent Make
-COMPILER = ${shell basename $(CC)}
+COMPILER = ${shell basename "$(CC)"}
ifeq ($(COMPILER),sdcc)
include Makefile.sdcc
else