mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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:
parent
fe4c8b72b0
commit
705174b603
5 changed files with 114 additions and 3 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue