1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for the Linux Rose (X.25 PLP) layer 2 # Makefile for the Linux Rose (X.25 PLP) layer. 4 # 3 # 5 4 6 obj-$(CONFIG_ROSE) += rose.o 5 obj-$(CONFIG_ROSE) += rose.o 7 6 8 rose-y := af_rose.o rose_dev.o rose_in.o ro 7 rose-y := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \ 9 rose_out.o rose_route.o rose_subr 8 rose_out.o rose_route.o rose_subr.o rose_timer.o 10 rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o 9 rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.