summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 23:14:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 23:14:27 +0000
commit9ba38ba37ec26f618c58c2b548880919ab1a5121 (patch)
tree46b08998f8e97169aed8bea092f12e1a36e7b10e /nuttx/Makefile
parentec35e939322aa09643fda0260ab19ac8fbfc7b16 (diff)
downloadpx4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.tar.gz
px4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.tar.bz2
px4-nuttx-9ba38ba37ec26f618c58c2b548880919ab1a5121.zip
Fix to lpc214x MMC/SD due to lm3s changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1833 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index d448b2a82..432672ef3 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -1,7 +1,7 @@
############################################################################
# Makefile
#
-# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -268,7 +268,7 @@ subdir_clean:
@$(MAKE) -C tools -f Makefile.mkconfig TOPDIR="$(TOPDIR)" clean
@$(MAKE) -C mm -f Makefile.test TOPDIR="$(TOPDIR)" clean
-clean: subdir_clean clean_context
+clean: subdir_clean
@rm -f $(BIN) nuttx.* mm_test *.map *~
subdir_distclean:
@@ -278,7 +278,7 @@ subdir_distclean:
fi \
done
-distclean: clean subdir_distclean
+distclean: clean subdir_distclean clean_context
@rm -f Make.defs setenv.sh .config