PATCH: 2.3.34 typo

From: Ph. Marek (marek@mail.bmlv.gv.at)
Date: Mon Jan 10 2000 - 02:23:40 EST


I found a typo in drivers/net/Makefile. Suggested correction below:

--- drivers/net/Makefile.orig Thu Jan 6 19:48:35 2000
+++
drivers/net/Makefile Thu Jan 6 19:48:47 2000
@@ -30,11 +30,11 @@

export-objs := 8390.o arcnet.o arlan.o aironet4500_core.o
aironet4500_card.o ppp_async.o \
                         ppp_generic.o slhc.o
 
-ifeq
($(CONFIG_PCMCIA),y)
+ifeq ($(CONFIG_NET_PCMCIA),y)
 SUB_DIRS += pcmcia

MOD_IN_SUB_DIRS += pcmcia
 else
- ifeq ($(CONFIG_PCMCIA),m)
+ ifeq
($(CONFIG_NET_PCMCIA),m)
   MOD_IN_SUB_DIRS += pcmcia
   endif
 endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:15 EST