L_OBJS :=
M_OBJS :=

ifeq ($(CONFIG_ISDN_DRV_ICN),y)
  L_OBJS += icn.o
else
  M_OBJS += icn.o
endif

include $(TOPDIR)/Rules.make

