added Makefile and spl-image-builder

This commit is contained in:
Alex Kaplan 2015-10-21 14:29:00 -07:00
parent 4c2b279d41
commit 6989e35bde
2 changed files with 1740 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
CC=$(CROSS_COMPILE)gcc
spl-image-builder: spl-image-builder.o
$(CC) -o $@ $<
all: spl-image-builder
clean:
rm -rf *.o
rm spl-image-builder

1730
spl-image-builder.c Normal file

File diff suppressed because it is too large Load Diff