aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_riscv64/source.mk
blob: fbc541d5a7261bf811f0177fea00b4dbcd90b3c5 (plain) (blame)
1
2
3
4
5
6
RV64_TEST_OBJ	!= ./scripts/gen-deps --sources "tests/simple_riscv64/sim.c"

TEST_PROGS	+= build/tests/simple_riscv64/sim

build/tests/simple_riscv64/sim: $(RV64_TEST_OBJ) $(TEST_OBJS) $(OBJS)
	$(COMPILE) $(RV64_TEST_OBJ) $(TEST_OBJS) $(OBJS) -o $@