aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/signal/Makefile
blob: 1fca25c6ace067ffb7a913508b4e13059cb04770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := signal signal_tm

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c ../utils.c signal.S

CFLAGS += -maltivec
signal_tm: CFLAGS += -mhtm

top_srcdir = ../../../../..
include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o