https://github.com/torvalds/linux
Raw File
Tip revision: b5aaac93b3540cfeb7faebb7c7c69608d0fcc717 authored by guylamar2006 on 14 September 2016, 16:22:01 UTC
Add files via upload
Tip revision: b5aaac9
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top