Merge tag 'linux-kselftest-5.5-rc1-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull more kselftest fixes from Shuah Khan: "This second Kselftest fixes update for Linux 5.5-rc1 consists of an urgent revert to fix regression in CI coverage" * tag 'linux-kselftest-5.5-rc1-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"
This commit is contained in:
@@ -88,10 +88,10 @@ override LDFLAGS =
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(O),)
|
ifneq ($(O),)
|
||||||
BUILD := $(abs_objtree)
|
BUILD := $(O)
|
||||||
else
|
else
|
||||||
ifneq ($(KBUILD_OUTPUT),)
|
ifneq ($(KBUILD_OUTPUT),)
|
||||||
BUILD := $(abs_objtree)/kselftest
|
BUILD := $(KBUILD_OUTPUT)/kselftest
|
||||||
else
|
else
|
||||||
BUILD := $(shell pwd)
|
BUILD := $(shell pwd)
|
||||||
DEFAULT_INSTALL_HDR_PATH := 1
|
DEFAULT_INSTALL_HDR_PATH := 1
|
||||||
@@ -104,7 +104,6 @@ include $(top_srcdir)/scripts/subarch.include
|
|||||||
ARCH ?= $(SUBARCH)
|
ARCH ?= $(SUBARCH)
|
||||||
export KSFT_KHDR_INSTALL_DONE := 1
|
export KSFT_KHDR_INSTALL_DONE := 1
|
||||||
export BUILD
|
export BUILD
|
||||||
#$(info abd_objtree = $(abs_objtree) BUILD = $(BUILD))
|
|
||||||
|
|
||||||
# build and run gpio when output directory is the src dir.
|
# build and run gpio when output directory is the src dir.
|
||||||
# gpio has dependency on tools/gpio and builds tools/gpio
|
# gpio has dependency on tools/gpio and builds tools/gpio
|
||||||
|
Reference in New Issue
Block a user