mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
Makefile: add libudev since this library is used to retrieve vid, pid, descriptor, bus and addr from a device node
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
EXEC_NAME=cycloader
|
||||
SRC= $(wildcard *.cpp)
|
||||
OBJS= $(SRC:.cpp=.o)
|
||||
LDFLAGS=-lm -g -Wall -std=c++11 $(shell pkg-config --libs libftdipp1)
|
||||
CXXFLAGS=-g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1)
|
||||
LDFLAGS=-lm -g -Wall -std=c++11 $(shell pkg-config --libs libftdipp1 libudev)
|
||||
CXXFLAGS=-g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1 libudev)
|
||||
|
||||
all:$(EXEC_NAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user