netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()
[deliverable/linux.git] / net / 8021q / Makefile
1 #
2 # Makefile for the Linux VLAN layer.
3 #
4 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
5 obj-$(CONFIG_VLAN_8021Q) += 8021q.o
6
7 8021q-y := vlan.o vlan_dev.o vlan_netlink.o
8 8021q-$(CONFIG_VLAN_8021Q_GVRP) += vlan_gvrp.o
9 8021q-$(CONFIG_PROC_FS) += vlanproc.o
10
This page took 0.057501 seconds and 5 git commands to generate.