https://github.com/torvalds/linux
Raw File
Tip revision: 45151edaf3ac28abd009a03c0ff9502cd508d50f authored by xuanmk on 13 September 2013, 22:56:10 UTC
Merge pull request #1 from torvalds/master
Tip revision: 45151ed
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top