https://github.com/torvalds/linux
Raw File
Tip revision: 7014d74dcf3ee97617ba97b2cf43d17f7af2897c authored by Ippotim on 21 September 2016, 04:29:46 UTC
Merge pull request #1 from torvalds/master
Tip revision: 7014d74
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top