adapt test prog build to libftdi1

parent cd390c4d
OBJS = oasis-usb-att-test.o
CFLAGS = -I../lib -DGIT_VERSION="dummy"
LDFLAGS = -L ../lib
LDLIBS = -loasis-usb-att -lftdi1
all: testprog
testprog: $(OBJS)
gcc -o oasis-usb-att-test $(OBJS) -L../lib -loasis-usb-att -lftdi
\ No newline at end of file
gcc -o oasis-usb-att-test $(OBJS) $(LDFLAGS) $(LDLIBS)
clean:
rm -f *.o oasis-usb-att-test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment