mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 14:00:11 +01:00
now I've lindented kernel it might be useful again
This commit is contained in:
parent
f42cdc8dcb
commit
483dc9bb92
1 changed files with 3 additions and 3 deletions
|
|
@ -21,9 +21,9 @@ 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
|
||||
cp shared-core/*.[ch] $OUTDIR
|
||||
cp linux-core/*.[ch] $OUTDIR
|
||||
cp linux-core/Makefile.kernel $OUTDIR/Makefile
|
||||
|
||||
if [ $VERS = 2.4 ] ;then
|
||||
echo "Copying 2.4 Kernel files"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue