linux/tools/testing/selftests/powerpc/alignment/Makefile

7 lines
193 B
Makefile
Raw Normal View History

TEST_GEN_PROGS := 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