aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/primitives/Makefile
blob: 9b9491a6321365d044fe3ba710c4ee8fc0433d5f (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -I$(CURDIR)

TEST_GEN_PROGS := load_unaligned_zeropad

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

$(TEST_GEN_PROGS): ../harness.c