1da177e4c3
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
24 lines
765 B
Makefile
24 lines
765 B
Makefile
# Makefile for the Eicon DIVA ISDN drivers.
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_ISDN_DIVAS) += divadidd.o divas.o
|
|
obj-$(CONFIG_ISDN_DIVAS_MAINT) += diva_mnt.o
|
|
obj-$(CONFIG_ISDN_DIVAS_USERIDI) += diva_idi.o
|
|
obj-$(CONFIG_ISDN_DIVAS_DIVACAPI) += divacapi.o
|
|
|
|
# Multipart objects.
|
|
|
|
divas-y := divasmain.o divasfunc.o di.o io.o istream.o \
|
|
diva.o divasproc.o diva_dma.o
|
|
divas-$(CONFIG_ISDN_DIVAS_BRIPCI) += os_bri.o s_bri.o os_4bri.o s_4bri.o
|
|
divas-$(CONFIG_ISDN_DIVAS_PRIPCI) += os_pri.o s_pri.o
|
|
|
|
divacapi-y := capimain.o capifunc.o message.o capidtmf.o
|
|
|
|
divadidd-y := diva_didd.o diddfunc.o dadapter.o
|
|
|
|
diva_mnt-y := divamnt.o mntfunc.o debug.o maintidi.o
|
|
|
|
diva_idi-y := divasi.o idifunc.o um_idi.o dqueue.o
|