2020-04-16 10:15:28 +02:00
|
|
|
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a ISC-style
|
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
|
# https://opensource.org/licenses/ISC
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: ISC
|
2019-07-10 14:59:46 +02:00
|
|
|
# Specimen count
|
2019-07-10 16:07:11 +02:00
|
|
|
N := 5
|
2019-07-10 14:59:46 +02:00
|
|
|
|
|
|
|
|
# A grep regex for SLICEM features to be skipped for SLICELs
|
|
|
|
|
SLICEM_FEATURES ?= "DOUTMUX.MC31"
|
|
|
|
|
|
|
|
|
|
include ../clb_ext.mk
|
2017-12-06 00:04:22 +01:00
|
|
|
|