summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOzan Çağlayan <ozancag@gmail.com>2012-10-27 17:22:03 +0300
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-27 08:03:32 -0700
commit38a17aefcd6257631f41ec12c9aa57b881178590 (patch)
tree86e5b17db6787c51f809c63b746bd32fd86a6b05 /scripts
parent77c81b20a2ee5a943e350d4b8656456b9c6a671d (diff)
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 <ozancag@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/admin-update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh
index e94f9bdd..68a5b278 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