https://github.com/torvalds/linux
Raw File
Tip revision: 695e7ce35a0687e4257b177dfaf9333d6b3d06a0 authored by fmmedeiros on 18 November 2017, 19:27:46 UTC
Suggestion for code style fix.
Tip revision: 695e7ce
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top