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
|
2018-12-12 04:22:16 +01:00
|
|
|
MAKETODO_FLAGS=--re ".*" --not-endswith ".VCC_WIRE"
|
2019-01-09 22:30:49 +01:00
|
|
|
GENERATE_FLAGS=--todo ../todo.txt
|
2019-02-19 16:43:56 +01:00
|
|
|
N = 24
|
2019-01-24 06:22:29 +01:00
|
|
|
SEGMATCH_FLAGS=-m 20 -M 45
|
2018-12-06 01:05:17 +01:00
|
|
|
include ../int_loop.mk
|
2017-11-20 04:41:39 +01:00
|
|
|
|