summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 15:47:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 15:47:41 +0000
commit77ad659e51fb38eb5c827aa4c6d0b8ac3415a580 (patch)
treed1c5f0308d3f7b846b88ccaa29b84e3c4bbaeadc /nuttx/configs/ea3131
parent8c0474bfc9059fa10f50792680b683b3266413e6 (diff)
downloadpx4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.tar.gz
px4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.tar.bz2
px4-nuttx-77ad659e51fb38eb5c827aa4c6d0b8ac3415a580.zip
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131')
-rw-r--r--nuttx/configs/ea3131/locked/Makefile6
-rw-r--r--nuttx/configs/ea3131/src/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/ea3131/locked/Makefile b/nuttx/configs/ea3131/locked/Makefile
index e52b67880..21757036a 100644
--- a/nuttx/configs/ea3131/locked/Makefile
+++ b/nuttx/configs/ea3131/locked/Makefile
@@ -112,9 +112,9 @@ $(PASS1_SRCDIR)$(DELIM)locked.r: locked.r
depend: .depend
clean:
- $(call DELFILE locked.r)
- $(call DELFILE locked.map)
+ $(call DELFILE, locked.r)
+ $(call DELFILE, locked.map)
$(call CLEAN)
distclean: clean
- $(call DELFILE ld-locked.inc)
+ $(call DELFILE, ld-locked.inc)
diff --git a/nuttx/configs/ea3131/src/Makefile b/nuttx/configs/ea3131/src/Makefile
index 2a09631a2..778a2b138 100644
--- a/nuttx/configs/ea3131/src/Makefile
+++ b/nuttx/configs/ea3131/src/Makefile
@@ -94,11 +94,11 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
- $(call DELFILE libboard$(LIBEXT))
+ $(call DELFILE, libboard$(LIBEXT))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep