Message ID | 2b0d6a6e-d135-f5dd-f8e9-74b3130d5e9e@linuxfoundation.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | f60b85e83659b5fbd3eb2c8f68d33ef4e35ebb2c |
Headers | show |
Series | [GIT,PULL] Kselftest fixes2 update for Linux 5.5.rc1 | expand |
The pull request you sent on Mon, 2 Dec 2019 09:12:48 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-5.5-rc1-fixes2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e30dbe50dc91d25dde251169b66d39f99bf45bad
Thank you!
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 6e762c42d758..503a93afd452 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -86,10 +86,10 @@ override LDFLAGS = endif ifneq ($(O),) - BUILD := $(abs_objtree) + BUILD := $(O) else ifneq ($(KBUILD_OUTPUT),) - BUILD := $(abs_objtree)/kselftest + BUILD := $(KBUILD_OUTPUT)/kselftest else BUILD := $(shell pwd) DEFAULT_INSTALL_HDR_PATH := 1 @@ -102,7 +102,6 @@ include $(top_srcdir)/scripts/subarch.include ARCH ?= $(SUBARCH) export KSFT_KHDR_INSTALL_DONE := 1 export BUILD -#$(info abd_objtree = $(abs_objtree) BUILD = $(BUILD)) # build and run gpio when output directory is the src dir. # gpio has dependency on tools/gpio and builds tools/gpio