added Makefile and spl-image-builder
This commit is contained in:
parent
4c2b279d41
commit
6989e35bde
10
Makefile
Normal file
10
Makefile
Normal 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
1730
spl-image-builder.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user