summaryrefslogtreecommitdiff
path: root/nuttx/mm/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 23:31:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 23:31:12 +0000
commit57a3793bb9a43aebc7d2c0396b8c85483367d7dc (patch)
tree27bc6c7bda8a5889685481fab926aa45950651ea /nuttx/mm/Makefile
parent3044a5f0f6197f3923c1229ef1974b17284f56df (diff)
downloadpx4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.tar.gz
px4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.tar.bz2
px4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.zip
mm/ file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4943 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/mm/Makefile')
-rw-r--r--nuttx/mm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/mm/Makefile b/nuttx/mm/Makefile
index d4ee105d5..7e6eb68a7 100644
--- a/nuttx/mm/Makefile
+++ b/nuttx/mm/Makefile
@@ -2,7 +2,7 @@
# mm/Makefile
#
# Copyright (C) 2007 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -74,4 +74,3 @@ distclean: clean
@rm -f Make.dep .depend
-include Make.dep
-