From 308f099874d5d763de20a2b22cd28389719cfc30 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 28 Apr 2012 12:05:50 +0200 Subject: Move bin2c handling to libtools.make Change-Id: I60353bb9f9fd2658d66ba7f352e04f7489c7bf5d --- rbutil/sansapatcher/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'rbutil/sansapatcher/Makefile') 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) $(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest $(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o -bootimg_c200.c: firmware.mi4 ../tools/bin2c +bootimg_c200.c: firmware.mi4 $(BIN2C) @echo BIN2C $< - $(SILENT)../tools/bin2c firmware.mi4 bootimg_c200 + $(SILENT)$(BIN2C) $< $* -bootimg_e200.c: PP5022.mi4 ../tools/bin2c - @echo BIN2C $< - $(SILENT)../tools/bin2c PP5022.mi4 bootimg_e200 +bootimg_e200.c: PP5022.mi4 $(BIN2C) + @echo BIN2C $< $* + $(SILENT)$(BIN2C) $< $* -../tools/bin2c: - $(SILENT)make -C ../tools bin2c -- cgit v1.2.3