Allow the user to override CHISEL_CONFIG.

This commit is contained in:
Christopher Celio 2014-09-30 23:32:04 -07:00
parent 1c2daf7911
commit 4b376436ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ BOARD = zedboard
UBOOT_CONFIG = zed
BOARD_MODEL = em.avnet.com:zynq:zed:d
PART = xc7z020clg484-1
CHISEL_CONFIG = DefaultFPGAConfig
CHISEL_CONFIG ?= DefaultFPGAConfig
include ../common/Makefrag