Explorar o código

fpga: Allow user to override MAX_TARGET

Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
7017238d0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)