Makefile 153 B

12345678
  1. #
  2. # Makefile for the Linux IPX layer.
  3. #
  4. obj-$(CONFIG_IPX) += ipx.o
  5. ipx-y := af_ipx.o ipx_route.o ipx_proc.o
  6. ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o