https://github.com/torvalds/linux
Raw File
Tip revision: 1f9f978449a779816fa57c0cac84aa49a8ce92d4 authored by Katy Tolsen on 22 January 2018, 16:27:50 UTC
Sorting error
Tip revision: 1f9f978
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top