Oh, i didn't know that. Well, learned another thing:)

Here is the patch which only modifies the depmod call.

diff -Naur linux-fusion-org/Makefile linux-fusion-new/Makefile
--- linux-fusion-org/Makefile   2006-04-28 13:13:25.000000000 +0200
+++ linux-fusion-new/Makefile   2006-04-28 13:14:23.000000000 +0200
@@ -36,7 +36,7 @@
        install -m 644 $(SUB)/fusion.ko 
$(DESTDIR)$(KERNEL_MODLIB)/drivers/char/fusion
        rm -f $(DESTDIR)$(KERNEL_MODLIB)/fusion.ko
 endif
-       depmod -ae
+       /sbin/depmod -ae -b $(DESTDIR)/


 clean:


--
- "I think there may be one or two steps in your logic that I have failed
  to grasp, Mister Stibbons," said the Archchancellor coldly. "I suppose
  you're not intending to shoot your own grandfather, by any chance?"
- "Of course not!" snapped Ponder, "I don't even know what he looked like.
  He died before I was born."
- "Ah-*hah*!"
        -- The faculty members of Unseen University discuss time travel
  (Terry Pratchett, The Last Continent)

On Thu, 27 Apr 2006, Ville Syrjälä wrote:

On Thu, Apr 27, 2006 at 12:51:21PM +0200, Mark Pustjens wrote:
Currently the linux-fusion driver module is installed directly under
$(KERNEL_MODLIB)/drivers/ . All other drivers are installed in
$(KERNEL_MODLIB)/kernel/drivers/ . This patch changes this.

The idea is that $(KERNEL_MODLIB)/kernel only contains modules built
from the kernel source tree.

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to