diff options
Diffstat (limited to 'drivers/isdn/hardware/Makefile')
-rw-r--r-- | drivers/isdn/hardware/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/isdn/hardware/Makefile b/drivers/isdn/hardware/Makefile new file mode 100644 index 000000000000..11c8a183948c --- /dev/null +++ b/drivers/isdn/hardware/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # Makefile for the CAPI hardware drivers | ||
2 | |||
3 | # Object files in subdirectories | ||
4 | |||
5 | obj-$(CONFIG_CAPI_AVM) += avm/ | ||
6 | obj-$(CONFIG_CAPI_EICON) += eicon/ | ||