Revision dcd6c92267155e70a94b3927bce681ce74b80d1f authored by Linus Torvalds on 19 January 2012, 23:04:48 UTC, committed by Linus Torvalds on 19 January 2012, 23:04:48 UTC
1 parent 567e479
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