6 lines
108 B
Makefile
6 lines
108 B
Makefile
|
# -*- Mode: makefile -*-
|
||
|
# RISC-V specific tweaks
|
||
|
|
||
|
VPATH += $(SRC_PATH)/tests/tcg/riscv64
|
||
|
TESTS += test-div
|