mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-29 06:54:22 +01:00
Skip sysconfig.h for the wii as well
This commit is contained in:
parent
318a5fcd0d
commit
0777b096dd
@ -142,7 +142,7 @@ DEPENDS := $(OFILES:.o=.d)
|
|||||||
# main targets
|
# main targets
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
$(OUTPUT).dol: $(OUTPUT).elf
|
$(OUTPUT).dol: $(OUTPUT).elf
|
||||||
$(OUTPUT).elf: sysconfig.h $(OFILES)
|
$(OUTPUT).elf: $(OFILES)
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# This rule links in binary data with the .jpg extension
|
# This rule links in binary data with the .jpg extension
|
||||||
@ -152,9 +152,6 @@ $(OUTPUT).elf: sysconfig.h $(OFILES)
|
|||||||
@echo $(notdir $<)
|
@echo $(notdir $<)
|
||||||
$(bin2o)
|
$(bin2o)
|
||||||
|
|
||||||
sysconfig.h: sysconfig.h.Wii
|
|
||||||
cp $< $@
|
|
||||||
|
|
||||||
Display.cpp: Display_SDL.h
|
Display.cpp: Display_SDL.h
|
||||||
|
|
||||||
-include $(DEPENDS)
|
-include $(DEPENDS)
|
||||||
|
Loading…
Reference in New Issue
Block a user