xref: /linux/tools/testing/selftests/powerpc/stringloops/Makefile (revision 40d1a07b333ef1f7fce11ee20b8f4281d1a75fb9)
1# SPDX-License-Identifier: GPL-2.0
2# The loops are all 64-bit code
3CFLAGS += -m64
4CFLAGS += -I$(CURDIR)
5
6TEST_GEN_PROGS := memcmp
7EXTRA_SOURCES := memcmp_64.S ../harness.c
8
9include ../../lib.mk
10
11$(TEST_GEN_PROGS): $(EXTRA_SOURCES)
12