updates to RGMP files

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3612 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-05-15 14:58:46 +00:00
parent 7d517b536b
commit c02dd13be5
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ nuttx$(EXEEXT):
@$(OBJDUMP) -S $(TOPDIR)/$@ > $(TOPDIR)/nuttx.asm
@$(NM) -n $(TOPDIR)/$@ > $(TOPDIR)/nuttx.sym
@$(OBJCOPY) -S -O binary $(TOPDIR)/$@ nuttx.img
@cp nuttx.img $(TOPDIR)/kernel.img
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@ -84,6 +85,7 @@ nuttx$(EXEEXT):
depend: .depend
clean:
@rm $(TOPDIR)/kernel.img nuttx.img
@rm -f libarch$(LIBEXT) *~ .*.swp
$(call CLEAN)