Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.15-rc1 11 lines 231 B view raw
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)