# SPDX-License-Identifier: GPL-2.0-only## Makefile for the Linux Rose (X.25 PLP) layer.#obj-$(CONFIG_ROSE)+=rose.o
rose-y:=af_rose.orose_dev.orose_in.orose_link.orose_loopback.o\rose_out.orose_route.orose_subr.orose_timer.o
rose-$(CONFIG_SYSCTL)+=sysctl_net_rose.o