patch-2.1.101 linux/drivers/macintosh/Makefile
Next file: linux/drivers/macintosh/adb.c
Previous file: linux/drivers/char/sysrq.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Fri May  8 00:25:50 1998
-  Orig file: 
v2.1.100/linux/drivers/macintosh/Makefile
-  Orig date: 
Thu Apr 23 20:21:33 1998
diff -u --recursive --new-file v2.1.100/linux/drivers/macintosh/Makefile linux/drivers/macintosh/Makefile
@@ -19,10 +19,10 @@
 L_OBJS   := via-cuda.o adb.o nvram.o macio-adb.o via-pmu.o mediabay.o
 endif
 
-ifeq ($(CONFIG_SERIAL)$(CONFIG_PMAC),yy)
+ifeq ($(CONFIG_MAC_SERIAL),y)
   LX_OBJS += macserial.o
 else
-  ifeq ($(CONFIG_SERIAL)$(CONFIG_PMAC),my)
+  ifeq ($(CONFIG_MAC_SERIAL),m)
     MX_OBJS += macserial.o
   endif
 endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov