|
|
@ -51,9 +51,5 @@ if [ -f $root/var/adm/flists/module-init-tools ] ; then |
|
|
|
postfix=".old" |
|
|
|
fi |
|
|
|
|
|
|
|
var_append CFLAGS "-I$root/usr/src/linux/include" |
|
|
|
|
|
|
|
# modutils is using $(STRIP) for install -s option |
|
|
|
var_remove makeopt " " 'STRIP="$STRIP"' |
|
|
|
var_remove makeinstopt " " 'STRIP="$STRIP"' |
|
|
|
var_append CFLAGS " " "-I$root/usr/src/linux/include" |
|
|
|
|