https://github.com/torvalds/linux
Raw File
Tip revision: 653e4d10903b092be79c804ea0570691a2e4bebb authored by catShit on 06 January 2018, 08:15:00 UTC
fix a bug refer to max_discard is 0
Tip revision: 653e4d1
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top