patch to 2.1.85: Makefile error in Hisax directory

Trevor Johnson (trevor@jpj.net)
Fri, 6 Feb 1998 01:11:09 -0800 (PST)


I got the error:

ld: cannot open l3ni1.o: No such file or directory
make[4]: *** [hisax.o] Error 1
make[4]: Leaving directory `/usr/sys/linux/drivers/isdn/hisax'

Here's the fix:

--- linux/drivers/isdn/hisax/Makefile.alan Thu May 29 21:53:05 1997
+++ linux/drivers/isdn/hisax/Makefile Fri Feb 6 01:06:08 1998
@@ -9,10 +9,6 @@
O_OBJS += l3dss1.o
endif

-ifeq ($(CONFIG_HISAX_NI1),y)
- O_OBJS += l3ni1.o
-endif
-
ifeq ($(CONFIG_HISAX_1TR6),y)
O_OBJS += l3_1tr6.o
endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu