|
@@ -207,6 +207,8 @@ AC_SUBST(STARPU_USE_FPGA,$enable_fpga)
|
|
|
AM_CONDITIONAL(STARPU_USE_FPGA,test x$enable_fpga = xyes)
|
|
|
if test x$enable_fpga = xyes; then
|
|
|
AC_DEFINE(STARPU_USE_FPGA,[1],[FPGA Support is activated])
|
|
|
+ AC_SUBST(STARPU_FPGA_CPPFLAGS)
|
|
|
+ AC_SUBST(STARPU_FPGA_LDFLAGS)
|
|
|
fi
|
|
|
|
|
|
###############################################################################
|