https://github.com/torvalds/linux
Raw File
Tip revision: a05af7b0837f131faf86618dbab07bb7dd6e2c3d authored by Razzi Abuissa on 25 February 2015, 04:02:35 UTC
Fix several "functoin" -> "function" typos
Tip revision: a05af7b
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top