Revision 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6 authored by Linus Torvalds on 30 March 2010, 16:24:39 UTC, committed by Linus Torvalds on 30 March 2010, 16:24:39 UTC
1 parent e971461
Raw File
Makefile
#
# Makefile for the Linux IPX layer.
#

obj-$(CONFIG_IPX) += ipx.o

ipx-y			:= af_ipx.o ipx_route.o ipx_proc.o
ipx-$(CONFIG_SYSCTL)	+= sysctl_net_ipx.o
back to top