1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2a0968a02SMichael EllermanTEST_GEN_PROGS := signal signal_tm sigfuz sigreturn_vdso
3ef186331SCyril Bur
4ef186331SCyril BurCFLAGS += -maltivec
527825349SJoel Stanley$(OUTPUT)/signal_tm: CFLAGS += -mhtm
683e367f9SBreno Leitao$(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
7ef186331SCyril Bur
8850507f3SPo-Hsu LinTEST_FILES := settings
9850507f3SPo-Hsu Lin
107e0cf1c9SMichael Ellermantop_srcdir = ../../../../..
11ef186331SCyril Burinclude ../../lib.mk
12ef186331SCyril Bur
1327825349SJoel Stanley$(TEST_GEN_PROGS): ../harness.c ../utils.c signal.S
14