Repository URL to install this package:
|
Version:
4.9.40-1 ▾
|
linux-headers-4.9.40-rt30-realtime
/
usr
/
src
/
linux-headers-4.9.40-rt30-realtime
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
|
|---|
# The loops are all 64-bit code
CFLAGS += -m64
CFLAGS += -I$(CURDIR)
TEST_PROGS := memcmp
EXTRA_SOURCES := memcmp_64.S ../harness.c
all: $(TEST_PROGS)
$(TEST_PROGS): $(EXTRA_SOURCES)
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o