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:
Harald Welte
2011-07-06 12:32:30 +02:00
parent 024bdadddd
commit 3e16dd64cf
16 changed files with 0 additions and 0 deletions

10
old/ft232r/Makefile Normal file
View 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 $@ $^