mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
some smaller changes to Makefile
This commit is contained in:
parent
f413355d05
commit
27bf41d03e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -65,7 +65,7 @@ endif
|
|||
# Enable VILLASfpga support when libpci is available
|
||||
ifeq ($(shell pkg-config libpci; echo $$?),0)
|
||||
LIB_OBJS += fpga.o pci.o ip.o vfio.o
|
||||
LIB_OBJS += dma.o model.o fifo.o switch.o rtds_axis.o intc.o
|
||||
LIB_OBJS += dma.o model.o fifo.o switch.o rtds_axis.o intc.o dft.o timer.o bram.o
|
||||
LDLIBS += -lxil
|
||||
LDFLAGS += -Lthirdparty/xilinx -Wl,-rpath-link,'$$ORIGIN/thirdparty/xilinx'
|
||||
CFLAGS += -Ithirdparty/xilinx/include
|
||||
|
@ -113,7 +113,7 @@ all: $(LIBS) $(TARGETS) models
|
|||
fpga: LDLIBS += -lpci -lxil
|
||||
|
||||
node: server.o
|
||||
fpga: fpga-main.o fpga-tests.o
|
||||
fpga: fpga-main.o fpga-tests.o fpga-bench.o
|
||||
pipe: pipe.o
|
||||
test: test.o
|
||||
signal: signal.o
|
||||
|
|
Loading…
Add table
Reference in a new issue