Add a NuttX logo image example

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3805 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-07-21 00:01:41 +00:00
parent fe4c8b72b0
commit 705174b603
5 changed files with 114 additions and 3 deletions

View file

@ -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