https://github.com/torvalds/linux
Raw File
Tip revision: 131a80b81d4da2af6b5cad2221d6219ccb7378ac authored by Junwei Zhang on 30 September 2012, 21:42:06 UTC
temp save
Tip revision: 131a80b
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top