mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
8 lines
159 B
Makefile
8 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
|