Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.17-rc7 8 lines 159 B view raw
1# 2# Makefile for the Linux IPX layer. 3# 4 5obj-$(CONFIG_IPX) += ipx.o 6 7ipx-y := af_ipx.o ipx_route.o ipx_proc.o pe2.o 8ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o