summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-21 00:01:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-07-21 00:01:41 +0000
commit9bedf5c4dc9cec319aeee488c118efc5fecb1b80 (patch)
tree6d64f376c12517a64f45787853a7b8b4dfd2d7fb /nuttx/Makefile
parent65277b06d7d21a04292cb3ec49c11d5e1b8d20f1 (diff)
Add a NuttX logo image example
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3805 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index ceb816e966..dcb4714300 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -255,7 +255,7 @@ $(TOPDIR)/.version:
# Create the include/nuttx/version.h file
include/nuttx/version.h: $(TOPDIR)/.version tools/mkversion
- tools/mkversion $(TOPDIR) > include/nuttx/version.h
+ @tools/mkversion $(TOPDIR) > include/nuttx/version.h
# Build the mkconfig tool used to create include/nuttx/config.h
@@ -265,7 +265,7 @@ tools/mkconfig:
# Create the include/nuttx/config.h file
include/nuttx/config.h: $(TOPDIR)/.config tools/mkconfig
- tools/mkconfig $(TOPDIR) > include/nuttx/config.h
+ @tools/mkconfig $(TOPDIR) > include/nuttx/config.h
# Link the apps/include directory to include/apps