head     1.1;
branch   1.1.1;
access   ;
symbols  proj:1.1.1.1 start:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.07.06.10.13.45;  author kaurikim;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2006.07.06.10.13.45;  author kaurikim;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#
# drivers/char/pcmcia/Makefile
#
# Makefile for the Linux PCMCIA char device drivers.
#

SUB_DIRS     := 
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS)

O_TARGET := pcmcia_char.o

obj-y		:=
obj-m		:=
obj-n		:=
obj-		:=

obj-$(CONFIG_PCMCIA_SERIAL_CS)	+= serial_cs.o
obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o

include $(TOPDIR)/Rules.make
@


1.1.1.1
log
@linux 2.4.20 분석
@
text
@@
