lkml.org 
[lkml]   [2000]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH: 2.3.34 typo
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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.035 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site