aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_riscv32/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_riscv32/source.mk')
-rw-r--r--tests/simple_riscv32/source.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/simple_riscv32/source.mk b/tests/simple_riscv32/source.mk
deleted file mode 100644
index 736c111..0000000
--- a/tests/simple_riscv32/source.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-RV32_TEST_OBJ != ./scripts/gen-deps --sources "tests/simple_riscv32/sim.c"
-
-TEST_PROGS += build/tests/simple_riscv32/sim
-
-build/tests/simple_riscv32/sim: $(RV32_TEST_OBJ) $(TEST_OBJS) $(OBJS)
- $(COMPILE) $(RV32_TEST_OBJ) $(TEST_OBJS) $(OBJS) -o $@