Lauri Tischler wrote:
To cover odd place for drivers uncomment first line
# DVBDIR=/very/odd/place
ifndef DVBDIR
case `uname -r` in
2.[01234].*)
DVBDIR=../DVB
;;
*)
DVBDIR=lib/modules/`uname -r`/build
;;
esac
endif