forked from len0rd/rockbox
imxtools/scsitools: move stmp scsi api to its own file
No code modification code, just moving code around. Change-Id: I30744d3994aa7540f4b5b158f31b51959d5d8586
This commit is contained in:
parent
7fafbe1fc1
commit
0778184782
3 changed files with 618 additions and 587 deletions
|
|
@ -12,7 +12,8 @@ all: $(BINS)
|
|||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
scsitool: scsitool.o misc.o
|
||||
scsitool: scsitool.o misc.o stmp_scsi.o
|
||||
$(MAKE) -C $(TOOLS_DIR)
|
||||
$(LD) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue