mirror of
https://gitea.osmocom.org/sim-card/simtrace.git
synced 2026-03-23 08:48:37 +03:00
re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
This commit is contained in:
10
old/ft232r/Makefile
Normal file
10
old/ft232r/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
LDFLAGS=-lftdi
|
||||
|
||||
bitbang: bitbang.o soft_uart.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -f bitbang bitbang.o soft_uart.o
|
||||
|
||||
%: %.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
||||
Reference in New Issue
Block a user