You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
254 B
10 lines
254 B
20 years ago
|
#
|
||
|
# 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
|