make drm pciids

This commit is contained in:
Dave Airlie 2004-05-09 06:36:55 +00:00
parent 0b481856dd
commit d7e777b696

View file

@ -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