File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,29 +226,31 @@ gc/ogc/libversion.h : Makefile
226226 @echo >> $@
227227 @echo "# endif // __LIBVERSION_H__" >> $@
228228
229- asndlib.o : asnd_dsp_mixer.bin.o
230- aesndlib.o : aesnd_dsp_mixer.bin.o
229+ asndlib.o : asnd_dsp_mixer.bin.o asnd_dsp_mixer_bin.h
230+ aesndlib.o : aesnd_dsp_mixer.bin.o aesnd_dsp_mixer_bin.h
231231
232232# ---------------------------------------------------------------------------------
233233aesnd_dsp_mixer_bin.h aesnd_dsp_mixer.bin.o : aesnd_dsp_mixer.bin
234234 @echo $(notdir $< )
235235 @$(bin2o )
236236
237237# ---------------------------------------------------------------------------------
238- aesnd_dsp_mixer. bin: $( LIBAESNDDIR ) /dspcode/dspmixer.s
238+ asnd_dsp_mixer_bin.h asnd_dsp_mixer. bin.o : asnd_dsp_mixer.bin
239239 @echo $(notdir $< )
240- @gcdsptool -c $< -o $@
240+ @$( bin2o )
241241
242242# ---------------------------------------------------------------------------------
243- asnd_dsp_mixer_bin.h asnd_dsp_mixer. bin.o : asnd_dsp_mixer.bin
243+ aesnd_dsp_mixer. bin: $( LIBAESNDDIR ) /dspcode/dspmixer.s
244244 @echo $(notdir $< )
245- @$( bin2o )
245+ @gcdsptool -c $< -o $@
246246
247247# ---------------------------------------------------------------------------------
248248asnd_dsp_mixer.bin : $(LIBASNDDIR ) /dsp_mixer/dsp_mixer.s
249249 @echo $(notdir $< )
250250 @gcdsptool -c $< -o $@
251251
252+
253+
252254# ---------------------------------------------------------------------------------
253255$(BBALIB ) .a : $(LWIPOBJ )
254256# ---------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments