https://github.com/torvalds/linux
Raw File
Tip revision: adf7b859143aeffacbadfdc961b9b1fe0a383584 authored by Jonathan Beaudoin on 27 July 2016, 21:47:03 UTC
Grammar mistake
Tip revision: adf7b85
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top