1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/lib/fpga/ips/Makefile.inc

6 lines
173 B
PHP
Raw Normal View History

2017-02-18 10:43:58 -05:00
# Enable VILLASfpga support when libxil is available
ifndef WITHOUT_FPGA
ifeq ($(shell pkg-config libxil; echo $$?),0)
LIB_SRCS += $(wildcard lib/fpga/ips/*.c)
endif
endif