1 # SPDX-License-Identifier: GPL-2.0 2 # Copyright (C) 2021 ARM Limited 3 # Originally tools/testing/arm64/abi/Makefile 4 5 # Additional include paths needed by kselftest.h and local headers 6 CFLAGS += -std=gnu99 -I. 7 8 TEST_GEN_FILES := mmap_default mmap_bottomup 9 10 TEST_PROGS := run_mmap.sh 11 12 include ../../lib.mk 13 14 $(OUTPUT)/mm: mmap_default.c mmap_bottomup.c mmap_tests.h 15 $(CC) -o$@ $(CFLAGS) $(LDFLAGS) $^
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.