drm: Fix O= out-of-tree builds for selftests
authorDaniel Vetter <[email protected]>
Wed, 28 Dec 2016 09:41:17 +0000 (10:41 +0100)
committerDaniel Vetter <[email protected]>
Wed, 28 Dec 2016 10:34:57 +0000 (11:34 +0100)
commit25a7bb18346f94eef9125d54e3b010ae97d03635
treecf010120ea80bd8bf5fdd1c4ca6d28e3fa1381b9
parent9a71e277888b39b8f0e8364813ec1ba58a5a4371
drm: Fix O= out-of-tree builds for selftests

Kbuild really doesn't like non-recursive Makefiles, but they do work
as long as you build without O=

Reported-by: kbuild test robot <[email protected]>
Fixes: 50f0033d1a0f ("drm: Add some kselftests for the DRM range manager (struct drm_mm)")
Cc: Chris Wilson <[email protected]>
Cc: Christian König <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/Makefile
drivers/gpu/drm/selftests/Makefile [new file with mode: 0644]