Put resource object into object folder.

Use correct path for windres output. Fixes windres running even if no changes
are present.

Change-Id: I2841113bab9b38f2a03ba2f168b3d8bdb5c102df
This commit is contained in:
Dominik Riebeling 2013-04-01 21:30:26 +02:00
parent 86d46b626b
commit b3ef8c8e5b
2 changed files with 5 additions and 3 deletions

View file

@ -39,7 +39,8 @@ endif
$(OBJDIR)main.o: $(BOOTSRC)
$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest
$(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o
@echo WINDRES $(notdir $<)
$(SILENT)$(CROSS)$(WINDRES) -i sansapatcher.rc -o $@
bootimg_c200.c: firmware.mi4 $(BIN2C)
@echo BIN2C $<