diff --git a/account/Makefile b/account/Makefile index 4173966..295026d 100644 --- a/account/Makefile +++ b/account/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/app_controldata/Makefile b/app_controldata/Makefile index 4173966..295026d 100644 --- a/app_controldata/Makefile +++ b/app_controldata/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/audio/echo/Makefile b/audio/echo/Makefile index 4591299..585b050 100644 --- a/audio/echo/Makefile +++ b/audio/echo/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/audio/playtone/Makefile b/audio/playtone/Makefile index 4591299..585b050 100644 --- a/audio/playtone/Makefile +++ b/audio/playtone/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/fs/romfs/Makefile b/fs/romfs/Makefile index bd05c13..68262fb 100644 --- a/fs/romfs/Makefile +++ b/fs/romfs/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/fs/save/Makefile b/fs/save/Makefile index 4173966..295026d 100644 --- a/fs/save/Makefile +++ b/fs/save/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/fs/sdmc/Makefile b/fs/sdmc/Makefile index 4173966..295026d 100644 --- a/fs/sdmc/Makefile +++ b/fs/sdmc/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/graphics/printing/hello-world/Makefile b/graphics/printing/hello-world/Makefile index 4173966..295026d 100644 --- a/graphics/printing/hello-world/Makefile +++ b/graphics/printing/hello-world/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/graphics/printing/vt52-demo/Makefile b/graphics/printing/vt52-demo/Makefile index 4173966..295026d 100644 --- a/graphics/printing/vt52-demo/Makefile +++ b/graphics/printing/vt52-demo/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index 4173966..295026d 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/hid/irsensor/Makefile b/hid/irsensor/Makefile index 4173966..295026d 100644 --- a/hid/irsensor/Makefile +++ b/hid/irsensor/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/hid/read-controls/Makefile b/hid/read-controls/Makefile index 4173966..295026d 100644 --- a/hid/read-controls/Makefile +++ b/hid/read-controls/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/hid/touch-screen/Makefile b/hid/touch-screen/Makefile index 4173966..295026d 100644 --- a/hid/touch-screen/Makefile +++ b/hid/touch-screen/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/hid/vibration/Makefile b/hid/vibration/Makefile index 4173966..295026d 100644 --- a/hid/vibration/Makefile +++ b/hid/vibration/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/network/nxlink_stdio/Makefile b/network/nxlink_stdio/Makefile index 4173966..295026d 100644 --- a/network/nxlink_stdio/Makefile +++ b/network/nxlink_stdio/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/settings/get_system_language/Makefile b/settings/get_system_language/Makefile index 4173966..295026d 100644 --- a/settings/get_system_language/Makefile +++ b/settings/get_system_language/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/templates/application/Makefile b/templates/application/Makefile index 4173966..295026d 100644 --- a/templates/application/Makefile +++ b/templates/application/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/time/Makefile b/time/Makefile index 4173966..295026d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/usb/usbds/Makefile b/usb/usbds/Makefile index 4173966..295026d 100644 --- a/usb/usbds/Makefile +++ b/usb/usbds/Makefile @@ -181,7 +181,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o)