dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
mk-rootfs.sh
hc
2023-09-07
304d9fbae02622c15e7841ee99df942fdc1b43fa
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
net
/
rose
/
Makefile
1
2
3
4
5
6
7
8
9
#
# Makefile for the Linux Rose (X.25 PLP) layer.
#
obj-$(CONFIG_ROSE) += rose.o
rose-y := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \
rose_out.o rose_route.o rose_subr.o rose_timer.o
rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o