Increase N for NFFMUX and NOUTMUX to prevent false matches.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-14 17:06:37 -08:00
parent a0585e4923
commit e1b9ab5550
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
N := 1
N := 3
CLB_DBFIXUP=Y
include ../clb.mk

View File

@ -1,4 +1,4 @@
N := 1
N := 3
CLB_DBFIXUP=Y
include ../clb.mk