URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [net/] [8021q/] [Makefile] - Rev 82
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the Linux VLAN layer.
#
obj-$(CONFIG_VLAN_8021Q) += 8021q.o
8021q-objs := vlan.o vlan_dev.o vlan_netlink.o
ifeq ($(CONFIG_PROC_FS),y)
8021q-objs += vlanproc.o
endif
Go to most recent revision | Compare with Previous | Blame | View Log