summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-04-28 12:05:50 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-04-28 12:05:50 +0200
commit308f099874d5d763de20a2b22cd28389719cfc30 (patch)
tree1899bb5938ab9d54b9d1dc81c751f2b6d1d94153 /rbutil/sansapatcher/Makefile
parentb4424ca2f3902459571098eb2d955fefca400d9f (diff)
downloadrockbox-308f099874d5d763de20a2b22cd28389719cfc30.tar.gz
rockbox-308f099874d5d763de20a2b22cd28389719cfc30.zip
Move bin2c handling to libtools.make
Change-Id: I60353bb9f9fd2658d66ba7f352e04f7489c7bf5d
Diffstat (limited to 'rbutil/sansapatcher/Makefile')
-rw-r--r--rbutil/sansapatcher/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index b3bf51ee2a..88b3b65345 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -41,13 +41,11 @@ $(OBJDIR)main.o: $(BOOTSRC)
41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest 41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest
42 $(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o 42 $(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o
43 43
44bootimg_c200.c: firmware.mi4 ../tools/bin2c 44bootimg_c200.c: firmware.mi4 $(BIN2C)
45 @echo BIN2C $< 45 @echo BIN2C $<
46 $(SILENT)../tools/bin2c firmware.mi4 bootimg_c200 46 $(SILENT)$(BIN2C) $< $*
47 47
48bootimg_e200.c: PP5022.mi4 ../tools/bin2c 48bootimg_e200.c: PP5022.mi4 $(BIN2C)
49 @echo BIN2C $< 49 @echo BIN2C $< $*
50 $(SILENT)../tools/bin2c PP5022.mi4 bootimg_e200 50 $(SILENT)$(BIN2C) $< $*
51 51
52../tools/bin2c:
53 $(SILENT)make -C ../tools bin2c