This was introduced with the latest nouveau code rewrite. Copy this directory too. Signed-off-by: Ozan Çağlayan <ozancag@xxxxxxxxx> --- scripts/admin-update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index e94f9bd..68a5b27 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -537,6 +537,9 @@ if [[ "$ENABLE_DRM" == "1" ]]; then # Copy radeon reg_srcs for hostprogs cp -a $GIT_TREE/drivers/gpu/drm/radeon/reg_srcs drivers/gpu/drm/radeon + # Copy core/ from nouveau/ (Introduced after new code rewrite in 3.7) + cp -a $GIT_TREE/drivers/gpu/drm/nouveau/core drivers/gpu/drm/nouveau + # Finally get the DRM top-level makefile cp $GIT_TREE/drivers/gpu/drm/Makefile drivers/gpu/drm else -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html