https://github.com/torvalds/linux
Raw File
Tip revision: 72c03333f35f7eddd707680d8e5de3527b5ef674 authored by Nick Dyer on 25 April 2016, 13:45:23 UTC
Merge pull request #13 from ndyer/maxtouch-v3.14
Tip revision: 72c0333
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top