1
0
Fork 0
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:
Steffen Vogel 2016-06-26 15:35:08 +02:00
parent f413355d05
commit 27bf41d03e

View file

@ -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