Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux IPX layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_IPX) += ipx.o | ||||
6 | |||||
stephen hemminger | 83bd1b7 | 2012-07-18 09:09:48 +0000 | [diff] [blame] | 7 | ipx-y := af_ipx.o ipx_route.o ipx_proc.o pe2.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o |