summaryrefslogtreecommitdiff
path: root/scripts/create_lk_drm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create_lk_drm.sh')
-rwxr-xr-xscripts/create_lk_drm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create_lk_drm.sh b/scripts/create_lk_drm.sh
index 04a96350..243bf55d 100755
--- a/scripts/create_lk_drm.sh
+++ b/scripts/create_lk_drm.sh
@@ -20,6 +20,7 @@ VERS=$2
echo "Copying kernel independent files"
mkdir -p $OUTDIR
+( cd linux/ ; make drm_pciids.h )
cp shared/*.[ch] $OUTDIR
cp linux/*.[ch] $OUTDIR
cp linux/Makefile.kernel $OUTDIR/Makefile