]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - tools/testing/selftests/powerpc/signal/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/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 include ../../lib.mk
12
13 clean:
14 rm -f $(TEST_PROGS) *.o