Subversion Repositories freemyipod

Rev

Rev 161 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 161 Rev 165
Line 59... Line 59...
59
	@echo [STUBEM] $@
59
	@echo [STUBEM] $@
60
	@$(STUBEMBED) $^ $@
60
	@$(STUBEMBED) $^ $@
61
 
61
 
62
build/$(NAME).integrated.bin: $(EMBIOSDIR)/build/ipodnano2g/embios.bin build/$(NAME).embiosapp
62
build/$(NAME).integrated.bin: $(EMBIOSDIR)/build/ipodnano2g/embios.bin build/$(NAME).embiosapp
63
	@echo [EMBAPP] $@
63
	@echo [EMBAPP] $@
64
	@$(EMBIOSEMBEDAPP) $^ $@ --run-from=08000000
64
	@$(EMBIOSEMBEDAPP) $^ $@ --run-from=0x08000000
65
 
65
 
66
build/$(NAME).embiosapp: build/$(NAME).plain.embiosapp $(BITMAPS)
66
build/$(NAME).embiosapp: build/$(NAME).plain.embiosapp $(BITMAPS) flashfiles.built
67
	@echo [GENINS] $<
67
	@echo [GENINS] $<
68
	@$(GENINSTALLER) $< $@ 
68
	@$(GENINSTALLER) $< $@ 
69
 
69
 
70
build/bootstub.bin: build/bootstub.elf
70
build/bootstub.bin: build/bootstub.elf
71
	@echo [OC]     $<
71
	@echo [OC]     $<
Line 149... Line 149...
149
	@-mkdir -p build
149
	@-mkdir -p build
150
	@sed -e 's/\$$REVISION\$$/$(REVISION)/' -e 's/\$$REVISIONINT\$$/$(REVISIONINT)/' < $< > $@
150
	@sed -e 's/\$$REVISION\$$/$(REVISION)/' -e 's/\$$REVISIONINT\$$/$(REVISIONINT)/' < $< > $@
151
endif
151
endif
152
 
152
 
153
flashfiles: $(FLASHFILES)
153
flashfiles: $(FLASHFILES)
-
 
154
	@touch flashfiles.built
154
 
155
 
155
flashfiles/uninstaller-nano2g.embiosapp.ucl: $(UNINSTDIR)/build/uninstaller-nano2g.embiosapp.ucl uninstaller-nano2g
156
flashfiles/uninstaller-nano2g.embiosapp.ucl: $(UNINSTDIR)/build/uninstaller-nano2g.embiosapp.ucl uninstaller-nano2g
156
	@echo [CP]     $@
157
	@echo [CP]     $@
157
	@cp $< $@
158
	@cp $< $@
158
 
159
 
Line 176... Line 177...
176
	@echo [UCL]    $<
177
	@echo [UCL]    $<
177
	@$(UCLPACK) $< $@
178
	@$(UCLPACK) $< $@
178
 
179
 
179
 flashfiles/embios-ipodnano2g.bin: $(EMBIOSDIR)/build/ipodnano2g/embios.bin embios
180
 flashfiles/embios-ipodnano2g.bin: $(EMBIOSDIR)/build/ipodnano2g/embios.bin embios
180
	@echo [EMBCFG] $@
181
	@echo [EMBCFG] $@
181
	@$(EMBIOSBOOTCFG) $< $@ --file=/iLoader/boot.embiosapp --file-compressed --file-run-from=08000000 \
182
	@$(EMBIOSBOOTCFG) $< $@ --file=/iLoader/boot.embiosapp --file-compressed --file-run-from=0x08000000 \
182
	                        --flash="iloader " --flash-compressed --flash-run-from=09e00000
183
	                        --flash=iloader --flash-compressed --flash-run-from=0x09e00000
183
 
184
 
184
embios:
185
embios:
185
	@make -C $(EMBIOSDIR)
186
	@make -C $(EMBIOSDIR) ipodnano2g
186
 
187
 
187
embiosldr-ipodnano2g:
188
embiosldr-ipodnano2g:
188
	@make -C $(EMBIOSDIR)/loader/ipodnano2g
189
	@make -C $(EMBIOSDIR)/loader/ipodnano2g
189
 
190
 
190
iloader:
191
iloader: