1 2 3 4 5 6 7 8 9 10 11
L_OBJS := M_OBJS := ifeq ($(CONFIG_ISDN_DRV_ICN),y) L_OBJS += icn.o else M_OBJS += icn.o endif include $(TOPDIR)/Rules.make