# SPDX-License-Identifier: GPL-2.0## Makefile for the Linux X.25 Packet layer.#obj-$(CONFIG_X25)+=x25.o
x25-y:=af_x25.ox25_dev.ox25_facilities.ox25_in.o\x25_link.ox25_out.ox25_route.ox25_subr.o\x25_timer.ox25_proc.ox25_forward.o
x25-$(CONFIG_SYSCTL)+=sysctl_net_x25.o