Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / riscv / mm / Makefile
blob4664ed79e20b5ba03698755e68bf5fc91873cd25
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (C) 2021 ARM Limited
3 # Originally tools/testing/arm64/abi/Makefile
5 # Additional include paths needed by kselftest.h and local headers
6 CFLAGS += -std=gnu99 -I.
8 TEST_GEN_FILES := mmap_default mmap_bottomup
10 TEST_PROGS := run_mmap.sh
12 include ../../lib.mk
14 $(OUTPUT)/mm: mmap_default.c mmap_bottomup.c mmap_tests.h
15 $(CC) -o$@ $(CFLAGS) $(LDFLAGS) $^