added Makefile and spl-image-builder
This commit is contained in:
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
Reference in New Issue
Block a user