8 lines
174 B
Makefile
8 lines
174 B
Makefile
# Makefile for the CAPI hardware drivers
|
|
|
|
# Object files in subdirectories
|
|
|
|
obj-$(CONFIG_CAPI_AVM) += avm/
|
|
obj-$(CONFIG_CAPI_EICON) += eicon/
|
|
obj-$(CONFIG_MISDN) += mISDN/
|