summaryrefslogtreecommitdiff
path: root/nuttx/graphics/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 01:13:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-05 01:13:18 +0000
commit211eb4e759e61b867d4d5a8c8e6b80038b9b99dd (patch)
treec203bdb765bd83a688aacf6b80686f6a5e0c1321 /nuttx/graphics/Makefile
parente9f7d917fbaec9357932a1f6ced8609c779c28e7 (diff)
downloadnuttx-211eb4e759e61b867d4d5a8c8e6b80038b9b99dd.tar.gz
nuttx-211eb4e759e61b867d4d5a8c8e6b80038b9b99dd.tar.bz2
nuttx-211eb4e759e61b867d4d5a8c8e6b80038b9b99dd.zip
Fix nxfonts clean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1418 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/Makefile')
-rw-r--r--nuttx/graphics/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/graphics/Makefile b/nuttx/graphics/Makefile
index cce46d50f..14ffd613b 100644
--- a/nuttx/graphics/Makefile
+++ b/nuttx/graphics/Makefile
@@ -136,11 +136,13 @@ depend: .depend
clean:
@make -C nxglib -f Makefile.sources clean TOPDIR=$(TOPDIR)
+ @make -C nxfonts -f Makefile.sources clean TOPDIR=$(TOPDIR)
@rm -f $(BIN) *~ .*.swp
$(call CLEAN)
distclean: clean
@make -C nxglib -f Makefile.sources distclean TOPDIR=$(TOPDIR)
+ @make -C nxfonts -f Makefile.sources distclean TOPDIR=$(TOPDIR)
@rm -f Make.dep .depend
-include Make.dep