ati_unfree: Cleanup whitespace in builder.sh
This commit is contained in:
parent
6ae760b311
commit
61e29cff68
@ -27,12 +27,13 @@ case "$system" in
|
|||||||
*) exit 1;;
|
*) exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Handle/Build the kernel module.
|
||||||
if test -z "$libsOnly"; then
|
if test -z "$libsOnly"; then
|
||||||
|
|
||||||
kernelVersion=$(cd ${kernel}/lib/modules && ls)
|
kernelVersion=$(cd ${kernel}/lib/modules && ls)
|
||||||
kernelBuild=$(echo ${kernel}/lib/modules/$kernelVersion/build)
|
kernelBuild=$(echo ${kernel}/lib/modules/$kernelVersion/build)
|
||||||
linuxsources=$(echo ${kernel}/lib/modules/$kernelVersion/source)
|
linuxsources=$(echo ${kernel}/lib/modules/$kernelVersion/source)
|
||||||
|
|
||||||
|
|
||||||
# note: maybe the .config file should be used to determine this ?
|
# note: maybe the .config file should be used to determine this ?
|
||||||
# current kbuild infrastructure allows using CONFIG_* defines
|
# current kbuild infrastructure allows using CONFIG_* defines
|
||||||
# but ati sources don't use them yet..
|
# but ati sources don't use them yet..
|
||||||
@ -42,7 +43,6 @@ setSMP(){
|
|||||||
linuxincludes=$kernelBuild/include
|
linuxincludes=$kernelBuild/include
|
||||||
|
|
||||||
# copied and stripped. source: make.sh:
|
# copied and stripped. source: make.sh:
|
||||||
|
|
||||||
# 3
|
# 3
|
||||||
# linux/autoconf.h may contain this: #define CONFIG_SMP 1
|
# linux/autoconf.h may contain this: #define CONFIG_SMP 1
|
||||||
|
|
||||||
@ -113,7 +113,6 @@ else
|
|||||||
echo "file $src_file says: COMPAT_ALLOC_USER_SPACE=$COMPAT_ALLOC_USER_SPACE"
|
echo "file $src_file says: COMPAT_ALLOC_USER_SPACE=$COMPAT_ALLOC_USER_SPACE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# make.sh contains some code figuring out whether to use these or not..
|
# make.sh contains some code figuring out whether to use these or not..
|
||||||
PAGE_ATTR_FIX=0
|
PAGE_ATTR_FIX=0
|
||||||
setSMP
|
setSMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user