diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-06-08 10:57:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-06-08 10:57:32 -0700 |
commit | 0ad43e29b6e845758f0ceb80e3c1d1a9cebfad06 (patch) | |
tree | b667b92681db786869c49c9b4804666d15086f98 /tools/testing | |
parent | 79c3ba3206c7680027f61fd4e3d6956a4154bf31 (diff) | |
parent | e2e88325f4bcaea51f454723971f7b5ee0e1aa80 (diff) | |
download | linux-0ad43e29b6e845758f0ceb80e3c1d1a9cebfad06.tar.bz2 |
Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fix from Shuah Khan:
"This consists of a single fix for a vm test build failure regression
when it is built by itself"
* tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
selftests: vm: Fix test build failure when built by itself
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/vm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile index 05306c58ff9f..9534dc2bc929 100644 --- a/tools/testing/selftests/vm/Makefile +++ b/tools/testing/selftests/vm/Makefile @@ -1,10 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # Makefile for vm selftests -ifndef OUTPUT - OUTPUT := $(shell pwd) -endif - CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS) LDLIBS = -lrt TEST_GEN_FILES = compaction_test |