https://github.com/torvalds/linux
Raw File
Tip revision: bba77b62571c87d07e6b667dec31b112903f9287 authored by Mauro Ribeiro on 17 October 2016, 12:36:18 UTC
Merge pull request #241 from svpcom/odroidc-3.10.y
Tip revision: bba77b6
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top