#
# Makefile for drivers/isdn/pcmcia
#
# 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).
#

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

ifeq ($(CONFIG_ISDN_DRV_HISAX),m)
  ifeq ($(CONFIG_HISAX_AVM_A1_PCMCIA),y)
    obj-m += avma1_cs.o
  endif
endif

include $(TOPDIR)/Rules.make
