mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-06-16 02:10:42 +03:00
3e16dd64cf
we have long only been working on the sam7 based system.
11 lines
154 B
Makefile
11 lines
154 B
Makefile
LDFLAGS=-lftdi
|
|
|
|
bitbang: bitbang.o soft_uart.o
|
|
$(CC) $(LDFLAGS) -o $@ $^
|
|
|
|
clean:
|
|
rm -f bitbang bitbang.o soft_uart.o
|
|
|
|
%: %.o
|
|
$(CC) $(LDFLAGS) -o $@ $^
|