[PATCH] drm: Fix O= out-of-tree builds for selftests

2016-12-28 Thread Eric Engestrom
On Wednesday, 2016-12-28 11:09:59 +0100, Daniel Vetter wrote: > On Wed, Dec 28, 2016 at 10:06:00AM +, Chris Wilson wrote: > > On Wed, Dec 28, 2016 at 10:41:17AM +0100, Daniel Vetter wrote: > > > Kbuild really doesn't like non-recursive Makefiles, but they do work > > > as long as you build

[PATCH] drm: Fix O= out-of-tree builds for selftests

2016-12-28 Thread Daniel Vetter
On Wed, Dec 28, 2016 at 10:06:00AM +, Chris Wilson wrote: > On Wed, Dec 28, 2016 at 10:41:17AM +0100, Daniel Vetter wrote: > > Kbuild really doesn't like non-recursive Makefiles, but they do work > > as long as you build without O= > > > > Reported-by: kbuild test robot > > Fixes:

[PATCH] drm: Fix O= out-of-tree builds for selftests

2016-12-28 Thread Daniel Vetter
Kbuild really doesn't like non-recursive Makefiles, but they do work as long as you build without O= Reported-by: kbuild test robot Fixes: 50f0033d1a0f ("drm: Add some kselftests for the DRM range manager (struct drm_mm)") Cc: Chris Wilson Cc: Christian König Cc: Joonas Lahtinen # Please

[PATCH] drm: Fix O= out-of-tree builds for selftests

2016-12-28 Thread Chris Wilson
On Wed, Dec 28, 2016 at 10:41:17AM +0100, Daniel Vetter wrote: > Kbuild really doesn't like non-recursive Makefiles, but they do work > as long as you build without O= > > Reported-by: kbuild test robot > Fixes: 50f0033d1a0f ("drm: Add some kselftests for the DRM range manager > (struct