summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/alignment/Makefile
blob: 083a48a008b4290882396313dd98d269eba9f550 (plain)
1
2
3
4
5
6
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