Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |