]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/decnet/Makefile
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / net / decnet / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_DECNET) += decnet.o
4
5 decnet-y := af_decnet.o dn_nsp_in.o dn_nsp_out.o \
6 dn_route.o dn_dev.o dn_neigh.o dn_timer.o
7 decnet-$(CONFIG_DECNET_ROUTER) += dn_fib.o dn_rules.o dn_table.o
8 decnet-y += sysctl_net_decnet.o
9
10 obj-$(CONFIG_NETFILTER) += netfilter/
11