]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/powerpc/signal/Makefile
Merge branch 'x86/urgent' into x86/cache, to pick up dependent fix
[linux.git] / tools / testing / selftests / powerpc / signal / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_PROGS := signal signal_tm
3
4 all: $(TEST_PROGS)
5
6 $(TEST_PROGS): ../harness.c ../utils.c signal.S
7
8 CFLAGS += -maltivec
9 signal_tm: CFLAGS += -mhtm
10
11 top_srcdir = ../../../../..
12 include ../../lib.mk
13
14 clean:
15         rm -f $(TEST_PROGS) *.o