summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/primitives/Makefile
blob: 6dc5c5a42ca95ff2367a09a750a17cd34fc47ac9 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
TEST_GEN_PROGS := load_unaligned_zeropad

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

CFLAGS += -I$(CURDIR)

$(TEST_GEN_PROGS): ../harness.c