patch-2.1.118 linux/Makefile
Next file: linux/arch/i386/kernel/bios32.c
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Aug 24 15:17:30 1998
- Orig file:
v2.1.117/linux/Makefile
- Orig date:
Thu Aug 20 17:05:15 1998
diff -u --recursive --new-file v2.1.117/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 117
+SUBLEVEL = 118
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -125,7 +125,7 @@
DRIVERS := $(DRIVERS) drivers/scsi/scsi.a
endif
-ifneq ($(CONFIG_CD_NO_IDESCSI)$(CONFIG_BLK_DEV_IDECD)$(CONFIG_BLK_DEV_SR),)
+ifneq ($(CONFIG_CD_NO_IDESCSI)$(CONFIG_BLK_DEV_IDECD)$(CONFIG_BLK_DEV_SR)$(CONFIG_PARIDE_PCD),)
DRIVERS := $(DRIVERS) drivers/cdrom/cdrom.a
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov