Makefile 231 B

123456789
  1. #
  2. # Makefile for the Linux NET/ROM layer.
  3. #
  4. obj-$(CONFIG_NETROM) += netrom.o
  5. netrom-y := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \
  6. nr_out.o nr_route.o nr_subr.o nr_timer.o
  7. netrom-$(CONFIG_SYSCTL) += sysctl_net_netrom.o