Skip to content

Commit 76dac37

Browse files
committed
dsp binary dependencies
1 parent 177b2eb commit 76dac37

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Makefile

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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
#---------------------------------------------------------------------------------
233233
aesnd_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
#---------------------------------------------------------------------------------
248248
asnd_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
#---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)