summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
commit622591fb019b38e7e3daeaee079e26d9ca27394f (patch)
treea79cc8318d8639b11fde9dc3d3591198d58efe4e /misc/buildroot/toolchain
parent1bc74b1308d24b6a9c7a58421f0cb89fbd593da6 (diff)
downloadnuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.gz
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.bz2
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.zip
The Makefile in every directory that can generate a .dSYM should also clean .dSYM files
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/nxflat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/nxflat/Makefile b/misc/buildroot/toolchain/nxflat/Makefile
index 892362708..8707ba0c1 100644
--- a/misc/buildroot/toolchain/nxflat/Makefile
+++ b/misc/buildroot/toolchain/nxflat/Makefile
@@ -70,5 +70,5 @@ readnxflat: arch $(READNXFLAT_OBJS) arch/libarch.a
clean:
-$(MAKE) -C arch clean
- rm -f *.o $(BIN) arch *.exe *~ .*.swp
+ rm -f *.o $(BIN) arch *.exe *.dSYM *~ .*.swp