aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_riscv32/source.mk
blob: 736c111ac7f88433b553b7d6f70a626b09cc2266 (plain) (blame)
1
2
3
4
5
6
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 $@