This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RescueBootCD/extra/linux-2.6.10/net/8021q/Makefile

13 lines
171 B
Makefile

#
# 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