summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/Makefile
blob: dd6e68397d84dd8db0475d8eceb52aa9990025a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# 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

include $(TOPDIR)/Rules.make