#
# Makefile for the Intel PXA250/210 PCMCIA driver
#
# 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).

O_TARGET := pxa_cs.o

list-multi := pxa_cs.o

export-objs := sa1100_h3600.o axim.o

pxa_cs-objs-y				:= pxa.o
pxa_cs-objs-$(CONFIG_ARCH_LUBBOCK)	+= lubbock.o
pxa_cs-objs-$(CONFIG_ARCH_PXA_IDP)	+= pxa_idp.o
pxa_cs-objs-$(CONFIG_ARCH_PXA_CERF)		+= ../sa1100_cerf.o
pxa_cs-objs-$(CONFIG_PXA_IPAQ)		+= sa1100_h3600.o
pxa_cs-objs-$(CONFIG_ARCH_AXIM)		+= axim.o

obj-$(CONFIG_PCMCIA_PXA)		+= $(pxa_cs-objs-y)

include $(TOPDIR)/Rules.make
