aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/primitives/Makefile
blob: ea2b7bd09e369c4fb679d1baeab71e80712af186 (plain) (blame)
1
2
3
4
5
6
7
8
CFLAGS += -I$(CURDIR)

TEST_GEN_PROGS := load_unaligned_zeropad

top_srcdir = ../../../../..
include ../../lib.mk

$(TEST_GEN_PROGS): ../harness.c