ubuntu-linux-kernel/tools/testing/selftests/powerpc/stringloops/Makefile

12 lines
231 B
Makefile
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
# SPDX-License-Identifier: GPL-2.0
# The loops are all 64-bit code
CFLAGS += -m64
CFLAGS += -I$(CURDIR)
TEST_GEN_PROGS := memcmp
EXTRA_SOURCES := memcmp_64.S ../harness.c
include ../../lib.mk
$(TEST_GEN_PROGS): $(EXTRA_SOURCES)