summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 18:23:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-10 18:23:08 +0000
commit45dd00a858ab5294f218ab8cda1cc14e6daf7cbc (patch)
tree3ca971f913c5020e3a5c6801f71682d5e3a7ff6c /nuttx/sched/Makefile
parent28a9cfef1704bbb553cecc1527360553ad56f010 (diff)
downloadpx4-nuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.tar.gz
px4-nuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.tar.bz2
px4-nuttx-45dd00a858ab5294f218ab8cda1cc14e6daf7cbc.zip
Using tool-specific clean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index 749f1b0a7..f2ba461df 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -159,10 +159,10 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- rm -f $(BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
- if [ ! -z "$(OBJEXT)" ]; then rm -f *$(OBJEXT); fi
+ @rm -f $(BIN) *~ .*.swp
+ $(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep