summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/math/Makefile
blob: a505b66d408a67d4392a7efda885b436d0456587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEST_PROGS := fpu_syscall fpu_preempt fpu_signal vmx_syscall vmx_preempt vmx_signal vsx_preempt

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c
$(TEST_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec

fpu_syscall: fpu_asm.S
fpu_preempt: fpu_asm.S
fpu_signal:  fpu_asm.S

vmx_syscall: vmx_asm.S
vmx_preempt: vmx_asm.S
vmx_signal: vmx_asm.S

vsx_preempt: CFLAGS += -mvsx
vsx_preempt: vsx_asm.S

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o
/cgit.cgi/linux/net-next.git/tree/sound/soc/intel/Makefile?id=917fef6f7ee8b2fe852692ac49771342bfef9433'>sound/soc/intel/Makefile parent0c9aa209579d41c9b8bf1fc39ce042bea2ec422d (diff)parentbc33b0ca11e3df467777a4fa7639ba488c9d4911 (diff)
Merge tag 'v4.9-rc4' into sound
Bring in -rc4 patches so I can successfully merge the sound doc changes.
Diffstat (limited to 'sound/soc/intel/Makefile')