https://github.com/torvalds/linux
Raw File
Tip revision: 0865b299fef18104e44f62e076624f265ea60894 authored by Daniel Baluta on 16 March 2018, 12:16:19 UTC
Merge pull request #34 from alexandrasandulescu/tracer-assignment
Tip revision: 0865b29
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top