https://github.com/torvalds/linux
Raw File
Tip revision: b098d6726bbfb94c06d6e1097466187afddae61f authored by Linus Torvalds on 25 March 2014, 02:31:17 UTC
Linux 3.14-rc8
Tip revision: b098d67
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top