[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / char / pcmcia

File: [Development] / linux-2.4-xfs / drivers / char / pcmcia / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# 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