https://github.com/torvalds/linux
Raw File
Tip revision: b35078aef12640df0ca99a3ad8c57ff56d43154b authored by Colin on 07 March 2014, 16:18:29 UTC
Fixed typo in comment
Tip revision: b35078a
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top