License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / powerpc / stringloops / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
521adf53
AB
2# The loops are all 64-bit code
3CFLAGS += -m64
4CFLAGS += -I$(CURDIR)
5
88baa78d 6TEST_GEN_PROGS := memcmp
521adf53
AB
7EXTRA_SOURCES := memcmp_64.S ../harness.c
8
6faeeea4 9include ../../lib.mk
521adf53 10
88baa78d 11$(TEST_GEN_PROGS): $(EXTRA_SOURCES)