aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/alignment/Makefile
blob: ad6a4e49da916e0da10d68b0311efb2c7d2d95b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
TEST_PROGS := copy_unaligned copy_first_unaligned paste_unaligned paste_last_unaligned

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c ../utils.c copy_paste_unaligned_common.c

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS)