Files
kernel/net/ipx/Makefile
T

9 lines
159 B
Makefile
Raw Normal View History

2005-04-16 15:20:36 -07:00
#
# Makefile for the Linux IPX layer.
#
obj-$(CONFIG_IPX) += ipx.o
2012-07-18 09:09:48 +00:00
ipx-y := af_ipx.o ipx_route.o ipx_proc.o pe2.o
2005-04-16 15:20:36 -07:00
ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o