blob: d1766bb2938c0c03563d0da6ba7a3ed55fa06421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
ifdef app
CONFIG_loop = y
override timer_s = 1
endif
ASM_TARGETS += src/app/transactiontest/util.S
|