root/drivers/isdn/icn/Makefile

/* [previous][next][first][last][top][bottom][index][help] */
L_OBJS :=
M_OBJS :=

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

include $(TOPDIR)/Rules.make


/* [previous][next][first][last][top][bottom][index][help] */