hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
[qemu/ar7.git] / tests / tcg / mips / Makefile.target
blob1a994d5525edf412483499b034253e1adf46675c
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 # hello-mips is 32 bit only
12 ifeq ($(findstring 64,$(TARGET_NAME)),)
13 MIPS_TESTS=hello-mips
15 TESTS += $(MIPS_TESTS)
17 hello-mips: CFLAGS+=-mno-abicalls -fno-PIC -mabi=32
18 hello-mips: LDFLAGS+=-nostdlib
19 endif