diff options
Diffstat (limited to 'drivers/isdn/hysdn/Makefile')
-rw-r--r-- | drivers/isdn/hysdn/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/isdn/hysdn/Makefile b/drivers/isdn/hysdn/Makefile new file mode 100644 index 000000000000..da63b636267d --- /dev/null +++ b/drivers/isdn/hysdn/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # Makefile for the hysdn ISDN device driver | ||
2 | |||
3 | # Each configuration option enables a list of files. | ||
4 | |||
5 | obj-$(CONFIG_HYSDN) += hysdn.o | ||
6 | |||
7 | # Multipart objects. | ||
8 | |||
9 | hysdn-y := hysdn_procconf.o hysdn_proclog.o boardergo.o \ | ||
10 | hysdn_boot.o hysdn_sched.o hysdn_net.o hysdn_init.o | ||
11 | hysdn-$(CONFIG_HYSDN_CAPI) += hycapi.o | ||