tegrakernel/kernel/kernel-4.9/net/ipx/Makefile

9 lines
159 B
Makefile
Raw Normal View History

2022-02-16 09:13:02 -06:00
#
# Makefile for the Linux IPX layer.
#
obj-$(CONFIG_IPX) += ipx.o
ipx-y := af_ipx.o ipx_route.o ipx_proc.o pe2.o
ipx-$(CONFIG_SYSCTL) += sysctl_net_ipx.o