brintos

brintos / linux-shallow public Read only

0
0
Text · 397 B · 4664ed7 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright (C) 2021 ARM Limited3# Originally tools/testing/arm64/abi/Makefile4 5# Additional include paths needed by kselftest.h and local headers6CFLAGS += -std=gnu99 -I.7 8TEST_GEN_FILES := mmap_default mmap_bottomup9 10TEST_PROGS := run_mmap.sh11 12include ../../lib.mk13 14$(OUTPUT)/mm: mmap_default.c mmap_bottomup.c mmap_tests.h15	$(CC) -o$@ $(CFLAGS) $(LDFLAGS) $^16