mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-21 06:13:43 +00:00
Merge pull request #36 from phl0/removeFT2xxDriver
FT2xx driver is not needed for ambedtest
This commit is contained in:
commit
cb5aad51ba
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
*.o
|
||||
xlxd
|
||||
ambed
|
||||
ambedtest
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ EXECUTABLE=ambedtest
|
|||
all: $(SOURCES) $(EXECUTABLE)
|
||||
|
||||
$(EXECUTABLE): $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) $(OBJECTS) -lftd2xx -Wl,-rpath,/usr/local/lib -o $@
|
||||
$(CC) $(LDFLAGS) $(OBJECTS) -Wl,-rpath,/usr/local/lib -o $@
|
||||
|
||||
.cpp.o:
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue