https://github.com/torvalds/linux
Raw File
Tip revision: 30688a33314fbfc3c3c315a9772fe55eb0121bb6 authored by MAFLO321 on 13 April 2015, 19:39:16 UTC
Update README Version
Tip revision: 30688a3
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top