From: Ozan Çağlayan Date: Sat, 27 Oct 2012 14:22:03 +0000 (+0300) Subject: compat-drivers: Copy core/ subdir of nouveau driver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=38a17aefcd6257631f41ec12c9aa57b881178590;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: Copy core/ subdir of nouveau driver This was introduced with the latest nouveau code rewrite. Copy this directory too. Signed-off-by: Ozan Çağlayan Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index e94f9bdd480f..68a5b2783033 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