<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi there,<br>
<br>
please give me a hint what I do wrong:<br>
<br>
I use to compile the kernel sources of nvidia drivers this way:<br>
<br>
<blockquote><tt>cd /usr/src/; tar xjvf
nvidia-kernel-legacy-173xx.tar.bz2;</tt><br>
  <tt>export KSRC=/usr/src/linux-headers-`uname -r`;</tt><br>
  <tt>export KVERS=`uname -r`;</tt><br>
  <tt>cd modules/nvidia-kernel-legacy-173xx;</tt><br>
  <tt>debian/rules binary_modules;</tt><br>
</blockquote>
this produced a file like
nvidia-kernel-legacy-173xx-2.6.26-2-486_173.14.15-2_i386.deb.<br>
<br>
Sadly this does no longer work with the most current version
174.14.18-1.<br>
<br>
Currently I get:<br>
<blockquote><tt>#:/usr/src/modules/nvidia-kernel-legacy-173xx#
debian/rules binary_modules;</tt><br>
  <tt>make: *** No rule to make target `binary_modules'.  Stop.</tt><br>
  <tt>#:/usr/src/modules/nvidia-kernel-legacy-173xx#</tt><br>
</blockquote>
What has changed, what do I need to change to get it compiled?<br>
<br>
Cheers,<br>
Bert<br>
</body>
</html>