https://github.com/torvalds/linux
Raw File
Tip revision: b4b7ab1430a3b40aa41f1a30a5e59d2bc5600f58 authored by James Garcia on 30 January 2017, 22:20:29 UTC
Update typo
Tip revision: b4b7ab1
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top