mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-24 09:18:36 +03:00
import the host PC utility for the at91sam7 based sniffer
This program receives the USB messages from the AT91SAM7 and forrwards them via GSMTAP to wireshark.
This commit is contained in:
13
at91sam7/host/Makefile
Normal file
13
at91sam7/host/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
LDFLAGS=-lusb #-losmocore
|
||||
|
||||
all: simtrace
|
||||
|
||||
simtrace: main.o usb_helper.o usb.o apdu_split.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -o $@ -c $^
|
||||
|
||||
|
||||
clean:
|
||||
@rm -f simtrace *.o
|
||||
Reference in New Issue
Block a user