ADD: forgot the zlib and some new fpga compress file.s

This commit is contained in:
iceman1001
2015-06-25 12:29:41 +02:00
parent 17ad0e0948
commit 5ce7e22af6
22 changed files with 11622 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ FPGA_COMPRESSOR = ../client/fpga_compress
all: $(OBJS)
.DELETE_ON_ERROR:
$(OBJDIR)/fpga_all.o: $(OBJDIR)/fpga_all.bit.z
$(OBJCOPY) -O elf32-littlearm -I binary -B arm --prefix-sections=fpga_all_bit $^ $@