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
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# Makefile for vm selftests
|
# Makefile for vm selftests
|
||||||
|
|
||||||
ifndef OUTPUT
|
|
||||||
OUTPUT := $(shell pwd)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS)
|
CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS)
|
||||||
LDLIBS = -lrt
|
LDLIBS = -lrt
|
||||||
TEST_GEN_FILES = compaction_test
|
TEST_GEN_FILES = compaction_test
|
||||||
|
|||||||
Reference in New Issue
Block a user