linux/tools/testing/selftests/powerpc/alignment/Makefile
Andrew Donnellan 8d1915873d selftests/powerpc: Add alignment handler selftest
Add a selftest to exercise the powerpc alignment fault handler.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
[mpe: Add 32-bit support to the signal handler]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-01-22 05:48:34 +11:00

7 lines
208 B
Makefile

TEST_GEN_PROGS := copy_unaligned copy_first_unaligned paste_unaligned \
paste_last_unaligned alignment_handler
include ../../lib.mk
$(TEST_GEN_PROGS): ../harness.c ../utils.c copy_paste_unaligned_common.c