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.
 
 
 
kernel_samsung_sm7125/net/8021q/Makefile

12 lines
171 B

#
# Makefile for the Linux VLAN layer.
#
obj-$(CONFIG_VLAN_8021Q) += 8021q.o
8021q-objs := vlan.o vlan_dev.o
ifeq ($(CONFIG_PROC_FS),y)
8021q-objs += vlanproc.o
endif