cputlb: Move tlb_lock to CPUTLBCommon
[qemu/ar7.git] / tests / tcg / mips / Makefile.target
blob086625f5335779eb7b0ac28f3d86ca16edff01e3
1 # -*- Mode: makefile -*-
3 # MIPS - included from tests/tcg/Makefile.target
6 MIPS_SRC=$(SRC_PATH)/tests/tcg/mips
8 # Set search path for all sources
9 VPATH           += $(MIPS_SRC)
11 MIPS_TESTS=hello-mips
13 TESTS += $(MIPS_TESTS)
15 hello-mips: CFLAGS+=-ffreestanding
16 hello-mips: LDFLAGS+=-nostdlib
18 # For MIPS32 and 64 we have a bunch of extra tests in sub-directories
19 # however they are intended for system tests.
21 run-hello-mips: hello-mips
22         $(call skip-test, $<, "BROKEN")