parent
4c2b279d41
commit
6989e35bde
2 changed files with 1740 additions and 0 deletions
@ -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…
Reference in new issue