https://github.com/torvalds/linux
Raw File
Tip revision: 6398f5ce546e8059dc8fb248df085a8492a13cf8 authored by Cerebral Mischief on 15 August 2017, 16:17:38 UTC
Merge pull request #17 from torvalds/master
Tip revision: 6398f5c
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top