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

TEST_GEN_PROGS := load_unaligned_zeropad

include ../../lib.mk

$(TEST_GEN_PROGS): ../harness.c