added Makefile and spl-image-builder

chip/stable
Alex Kaplan 8 years ago
parent 4c2b279d41
commit 6989e35bde

@ -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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save