https://github.com/torvalds/linux
Raw File
Tip revision: 78914a82c618a08138766b7434579e47a6f2b3fd authored by Ashish Namdev on 02 October 2014, 09:19:54 UTC
Merge https://github.com/torvalds/linux
Tip revision: 78914a8
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top