xref: /openbmc/linux/tools/testing/selftests/powerpc/signal/Makefile (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
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
4*beeac538SMichael EllermanTEST_GEN_PROGS += sigreturn_unaligned
5ef186331SCyril Bur
6ef186331SCyril BurCFLAGS += -maltivec
727825349SJoel Stanley$(OUTPUT)/signal_tm: CFLAGS += -mhtm
883e367f9SBreno Leitao$(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
9ef186331SCyril Bur
10850507f3SPo-Hsu LinTEST_FILES := settings
11850507f3SPo-Hsu Lin
127e0cf1c9SMichael Ellermantop_srcdir = ../../../../..
13ef186331SCyril Burinclude ../../lib.mk
14ef186331SCyril Bur
1527825349SJoel Stanley$(TEST_GEN_PROGS): ../harness.c ../utils.c signal.S
16