git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
159 B
Makefile
9 lines
159 B
Makefile
#
|
|
# 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
|