xtrs port: generation of executable. Patch 1895239
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@702 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
1341b08dd7
commit
95a8c0619f
@ -207,8 +207,13 @@ endif
|
||||
|
||||
nuttx$(EXEEXT): pass1.ihx nuttx.ihx
|
||||
@rm -f pass1.*
|
||||
@packihx nuttx.ihx > $(TOPDIR)/nuttx$(EXEEXT)
|
||||
@cp -f nuttx.map $(TOPDIR)/.
|
||||
ifeq ($(EXEEXT),.CMD)
|
||||
sed s/:00000001FF/:00520001AD/ nuttx.ihx | \
|
||||
hex2cmd > $(TOPDIR)/NUTTX.CMD
|
||||
else
|
||||
@packihx nuttx.ihx > $(TOPDIR)/nuttx$(EXEEXT)
|
||||
endif
|
||||
|
||||
# Build dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user