home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / net / rose / Makefile
Encoding:
Makefile  |  2006-08-11  |  254 b   |  10 lines

  1. #
  2. # Makefile for the Linux Rose (X.25 PLP) layer.
  3. #
  4.  
  5. obj-$(CONFIG_ROSE) += rose.o
  6.  
  7. rose-y      := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \
  8.          rose_out.o rose_route.o rose_subr.o rose_timer.o
  9. rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o
  10.