summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/Makefile.sdcc14
-rw-r--r--nuttx/arch/z80/src/Makefile.zdsii14
2 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/arch/z80/src/Makefile.sdcc b/nuttx/arch/z80/src/Makefile.sdcc
index e29fa9fda..a8a63c111 100644
--- a/nuttx/arch/z80/src/Makefile.sdcc
+++ b/nuttx/arch/z80/src/Makefile.sdcc
@@ -240,11 +240,11 @@ clean:
$(Q) if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR="$(TOPDIR)" clean ; \
fi
- $(call DELFILE up_mem.h)
- $(call DELFILE asm_mem.h)
- $(call DELFILE pass1.*)
- $(call DELFILE nuttx.*)
- $(call DELFILE libarch$(LIBEXT))
+ $(call DELFILE, up_mem.h)
+ $(call DELFILE, asm_mem.h)
+ $(call DELFILE, pass1.*)
+ $(call DELFILE, nuttx.*)
+ $(call DELFILE, libarch$(LIBEXT))
$(call CLEAN)
@@ -252,7 +252,7 @@ distclean: clean
$(Q) if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR="$(TOPDIR)" distclean ; \
fi
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep
diff --git a/nuttx/arch/z80/src/Makefile.zdsii b/nuttx/arch/z80/src/Makefile.zdsii
index 1d7b1f96d..338f2df93 100644
--- a/nuttx/arch/z80/src/Makefile.zdsii
+++ b/nuttx/arch/z80/src/Makefile.zdsii
@@ -150,18 +150,18 @@ clean:
$(Q) if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR="$(TOPDIR)" clean ; \
fi
- $(call DELFILE nuttx.linkcmd)
- $(call DELFILE *.asm)
- $(call DELFILE *.tmp)
- $(call DELFILE *.map)
- $(call DELFILE libarch$(LIBEXT))
+ $(call DELFILE, nuttx.linkcmd)
+ $(call DELFILE, *.asm)
+ $(call DELFILE, *.tmp)
+ $(call DELFILE, *.map)
+ $(call DELFILE, libarch$(LIBEXT))
$(call CLEAN)
distclean: clean
$(Q) if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR="$(TOPDIR)" distclean ; \
fi
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep