Makefile 313 B

123456789101112
  1. # Makefile for the hysdn ISDN device driver
  2. # Each configuration option enables a list of files.
  3. obj-$(CONFIG_HYSDN) += hysdn.o
  4. # Multipart objects.
  5. hysdn-y := hysdn_procconf.o hysdn_proclog.o boardergo.o \
  6. hysdn_boot.o hysdn_sched.o hysdn_net.o hysdn_init.o
  7. hysdn-$(CONFIG_HYSDN_CAPI) += hycapi.o