head	1.4;
access;
symbols
	dws_pl15i:1.4
	LINUX_0_99_15I:1.1.1.2
	cluster_15h:1.4
	dws_pl15h_ibcs:1.4
	LINUX_0_99_15H:1.1.1.2
	LINUX_0_99_15G:1.1.1.2
	dws_pl15f_cluster_08a:1.4
	dws_pl15f:1.4
	LINUX_0_99_15F:1.1.1.2
	dws_pl15e:1.4
	LINUX_0_99_15E:1.1.1.2
	LINUX_0_99_15D:1.1.1.2
	LINUX_0_99_15C:1.1.1.2
	dws_pl15b:1.4
	LINUX_0_99_15B:1.1.1.2
	dws_pl15a:1.4
	LINUX_0_99_15A:1.1.1.2
	dws_pl15:1.4
	LINUX_0_99_15:1.1.1.2
	LINUX_0_99_14Z:1.1.1.2
	dws_pl14y:1.4
	LINUX_0_99_14Y:1.1.1.2
	dws_pl14x:1.4
	LINUX_0_99_14X:1.1.1.2
	LINUX_0_99_14W:1.1.1.1
	LINUX_0_99_14V:1.1.1.1
	LINUX_0_99_14U:1.1.1.1
	dws_pl14t:1.3
	LINUX_0_99_14T:1.1.1.1
	dws_pl14s:1.2
	LINUX_0_99_14S:1.1.1.1
	dws_pl14r:1.2
	LINUX_0_99_14R:1.1.1.1
	dws_pl14q:1.2
	LINUX_0_99_14Q:1.1.1.1
	dws_pl14p:1.2
	LINUX_0_99_14P:1.1.1.1
	dws_pl14o:1.2
	LINUX_0_99_14O:1.1.1.1
	LINUX_0_99_14M:1.1.1.1
	LINUX_0_99_14L:1.1.1.1
	LINUX_0_99_14K:1.1.1.1
	LINUX_0_99_14J:1.1.1.1
	LINUX_0_99_14I:1.1.1.1
	LINUX_0_99_14H:1.1.1.1
	LINUX_0_99_14G:1.1.1.1
	dws_pl14f:1.2
	LINUX_0_99_14F:1.1.1.1
	dws_pl14e:1.2
	LINUX_0_99_14E:1.1.1.1
	LINUX_0_99_14D:1.1.1.1
	LINUX_0_99_14C:1.1.1.1
	LINUX_0_99_14B:1.1.1.1
	LINUX_0_99_14A:1.1.1.1
	LINUX_0_99_14:1.1.1.1
	LINUX:1.1.1;
locks; strict;
comment	@# @;


1.4
date	94.02.01.10.22.01;	author steinber;	state Exp;
branches;
next	1.3;

1.3
date	94.01.22.09.05.39;	author dws;	state Exp;
branches;
next	1.2;

1.2
date	93.12.15.16.03.24;	author steinber;	state Exp;
branches;
next	1.1;

1.1
date	93.12.09.16.58.17;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.09.16.58.18;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.02.01.08.58.54;	author steinber;	state Exp;
branches;
next	;


desc
@@


1.4
log
@merged pl14x
@
text
@#
# Makefile for the kernel block device drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#

.c.s:
	$(CC) $(CFLAGS) -S $<
.s.o:
	$(AS) -c -o $*.o $<
.c.o:
	$(CC) $(CFLAGS) -c $<

#
# Note : at this point, these files are compiled on all systems. 
# In the future, some of these should be built conditionally.
#

OBJS := ll_rw_blk.o floppy.o ramdisk.o genhd.o loop.o
SRCS := ll_rw_blk.c floppy.c ramdisk.c genhd.c loop.c

ifdef CONFIG_CDU31A
OBJS := $(OBJS) cdu31a.o
SRCS := $(SRCS) cdu31a.c
endif

ifdef CONFIG_MCD
OBJS := $(OBJS) mcd.o
SRCS := $(SRCS) mcd.c
endif

ifdef CONFIG_SBPCD
OBJS := $(OBJS) sbpcd.o
SRCS := $(SRCS) sbpcd.c
ifdef PATCHLEVEL
CFLAGS := $(CFLAGS) -DPATCHLEVEL=$(PATCHLEVEL) 
endif
endif #CONFIG_SBPCD

ifdef CONFIG_BLK_DEV_HD
OBJS := $(OBJS) hd.o
SRCS := $(SRCS) hd.c
endif

ifdef CONFIG_BLK_DEV_XD
OBJS := $(OBJS) xd.o
SRCS := $(SRCS) xd.c
endif

all: block.a

block.a: $(OBJS)
	rm -f block.a
	$(AR) rcs block.a $(OBJS)

dep:
	$(CPP) -M $(SRCS) > .depend

dummy:

#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif
@


1.3
log
@checkpoint restart and loop devices added
@
text
@d37 8
@


1.2
log
@some Makefile changes for cross-compilation
@
text
@d24 2
a25 2
OBJS := ll_rw_blk.o floppy.o ramdisk.o genhd.o 
SRCS := ll_rw_blk.c floppy.c ramdisk.c genhd.c 
@


1.1
log
@Initial revision
@
text
@a51 1
	sync
@


1.1.1.1
log
@LINUX_0_99_14
@
text
@@


1.1.1.2
log
@LINUX_0_99_14X
@
text
@a36 8
ifdef CONFIG_SBPCD
OBJS := $(OBJS) sbpcd.o
SRCS := $(SRCS) sbpcd.c
ifdef PATCHLEVEL
CFLAGS := $(CFLAGS) -DPATCHLEVEL=$(PATCHLEVEL) 
endif
endif #CONFIG_SBPCD

@
