blob: a5d8fce4c4c496acec316ddea08431a4ec274ebb (
plain) (
blame)
1
2
3
4
5
6
7
|
# Makefile for the CAPI hardware drivers
# Object files in subdirectories
obj-$(CONFIG_CAPI_AVM) += avm/
obj-$(CONFIG_CAPI_EICON) += eicon/
obj-$(CONFIG_MISDN) += mISDN/
|