summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxfonts
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxfonts')
-rw-r--r--nuttx/graphics/nxfonts/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/graphics/nxfonts/Makefile.sources b/nuttx/graphics/nxfonts/Makefile.sources
index eeb47d1b2..76a099dcb 100644
--- a/nuttx/graphics/nxfonts/Makefile.sources
+++ b/nuttx/graphics/nxfonts/Makefile.sources
@@ -181,9 +181,9 @@ $(GEN_CSRC) : $(DEPENDENCY)
$(Q) rm -f $(GEN_TMP)
clean:
- $(call DELFILE *.i)
+ $(call DELFILE, *.i)
$(call CLEAN)
distclean: clean
- $(call DELFILE nxfonts_convert_*bpp.c)
- $(call DELFILE nxfonts_bitmaps_*.c)
+ $(call DELFILE, nxfonts_convert_*bpp.c)
+ $(call DELFILE, nxfonts_bitmaps_*.c)