https://github.com/torvalds/linux
Raw File
Tip revision: e6067070c792f9bf61ad7874d63cc13d93b55e70 authored by Amir Abrams on 16 June 2017, 05:09:00 UTC
[Docs] Update path to coding-style.rst file.
Tip revision: e606707
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top