Browse Source

fpga: Allow user to override MAX_TARGET

Samuel Thibault 4 years ago
parent
commit
7017238d0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile.am

+ 1 - 1
tests/Makefile.am

@@ -1111,7 +1111,7 @@ endif
 
 # Maxeler compiler
 if STARPU_USE_FPGA
-MAX_TARGET = DFE_SIM
+MAX_TARGET ?= DFE_SIM
 MAX_DFE = MAX5C_$(MAX_TARGET)
 
 MAXJ=$(wildcard fpga/*.maxj)