License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / powerpc / signal / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ef186331
CB
2TEST_PROGS := signal signal_tm
3
4all: $(TEST_PROGS)
5
6$(TEST_PROGS): ../harness.c ../utils.c signal.S
7
8CFLAGS += -maltivec
9signal_tm: CFLAGS += -mhtm
10
11include ../../lib.mk
12
13clean:
14 rm -f $(TEST_PROGS) *.o