From: Geert U. <ge...@li...> - 2000-07-29 13:31:50
|
On Fri, 28 Jul 2000, Michel [iso-8859-1] Dänzer wrote: > 'make modules_install' tries to install dmasound.o (which doesn't exist > anymore) instead of dmasound_paula.o and dmasound_core.o Does this help? IIRC, I have it in my tree since a while, but I forgot about it. --- linux-2.4.0-test5/drivers/sound/Makefile.orig Tue Jul 18 14:09:03 2000 +++ linux-2.4.0-test5/drivers/sound/Makefile Sat Jul 29 14:37:01 2000 @@ -92,11 +92,11 @@ ifeq ($(CONFIG_DMASOUND),y) SUB_DIRS += dmasound - MOD_SUB_DIRS += dmasound + MOD_IN_SUB_DIRS += dmasound obj-y += dmasound/dmasound.o else ifeq ($(CONFIG_DMASOUND),m) - MOD_SUB_DIRS += dmasound + MOD_IN_SUB_DIRS += dmasound endif endif Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |