1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 24e0e45b0SNicholas PigginTEST_GEN_PROGS := signal signal_tm sigfuz sigreturn_vdso sig_sc_double_restart 3a8968521SMichael EllermanTEST_GEN_PROGS += sigreturn_kernel 4beeac538SMichael EllermanTEST_GEN_PROGS += sigreturn_unaligned 5ef186331SCyril Bur 627825349SJoel Stanley$(OUTPUT)/signal_tm: CFLAGS += -mhtm 783e367f9SBreno Leitao$(OUTPUT)/sigfuz: CFLAGS += -pthread -m64 8ef186331SCyril Bur 9850507f3SPo-Hsu LinTEST_FILES := settings 10850507f3SPo-Hsu Lin 117e0cf1c9SMichael Ellermantop_srcdir = ../../../../.. 12ef186331SCyril Burinclude ../../lib.mk 13*108e5e68SMadhavan Srinivasaninclude ../flags.mk 14ef186331SCyril Bur 1537496845SMadhavan SrinivasanCFLAGS += -maltivec 1637496845SMadhavan Srinivasan 1727825349SJoel Stanley$(TEST_GEN_PROGS): ../harness.c ../utils.c signal.S 18