Files
simtrace/old/ft232r/Makefile
Harald Welte 3e16dd64cf re-structure the directory layout to reflect that that ft232r stuff is old
we have long only been working on the sam7 based system.
2011-07-06 12:32:30 +02:00

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 $@ $^