mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
13 lines
464 B
Makefile
13 lines
464 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
CFLAGS += -m64
|
||
|
|
||
|
TEST_GEN_PROGS := mmcr0_exceptionbits_test mmcr0_cc56run_test mmcr0_pmccext_test \
|
||
|
mmcr0_pmcjce_test mmcr0_fc56_pmc1ce_test mmcr0_fc56_pmc56_test \
|
||
|
mmcr1_comb_test mmcr2_l2l3_test mmcr2_fcs_fch_test \
|
||
|
mmcr3_src_test mmcra_thresh_marked_sample_test
|
||
|
|
||
|
top_srcdir = ../../../../../..
|
||
|
include ../../../lib.mk
|
||
|
|
||
|
$(TEST_GEN_PROGS): ../../harness.c ../../utils.c ../event.c ../lib.c misc.c misc.h ../loop.S
|