readded file

This commit is contained in:
Armin Schindler 1999-01-02 15:20:47 +00:00
parent af923e9bb9
commit 89d3cb42fc
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
L_OBJS :=
M_OBJS :=
O_OBJS := eicon_mod.o eicon_isa.o eicon_pci.o eicon_idi.o
O_TARGET :=
ifeq ($(CONFIG_ISDN_DRV_EICON),y)
O_TARGET += eicon.o
else
O_TARGET += eicon.o
M_OBJS = eicon.o
endif
include $(TOPDIR)/Rules.make