[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1426022048.git.shuahkh@osg.samsung.com>
Date: Tue, 10 Mar 2015 16:00:56 -0600
From: Shuah Khan <shuahkh@....samsung.com>
To: gorcunov@...nvz.org, akpm@...ux-foundation.org,
tranmanphong@...il.com, mpe@...erman.id.au
Cc: Shuah Khan <shuahkh@....samsung.com>, linux-kernel@...r.kernel.org,
linux-api@...r.kernel.org
Subject: [PATCH 0/3] selftests: ptrace, kcmp, efivars build failure fixes
ptrace, efivars, and kcmp Makefiles don't have explicit build rule.
As a result, build fails when make is run from top level Makefile
target kselftest. Without the explicit rule, make works only when
it is run in the current directory or from selftests directory.
Fxing the problems by adding an explicit build rule to fix the
problem.
Shuah Khan (3):
selftests: ptrace build fails when invoked from kselftest target
selftests: efivars build fails when invoked from kselftest target
selftests: kcmp build fails when invoked from kselftest target
tools/testing/selftests/efivarfs/Makefile | 2 ++
tools/testing/selftests/kcmp/Makefile | 5 +++--
tools/testing/selftests/ptrace/Makefile | 5 +++--
3 files changed, 8 insertions(+), 4 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists