https://github.com/torvalds/linux
Raw File
Tip revision: 6e5e9b46fcd0c297c6504414af1bcad71f1825a0 authored by guhwan on 08 February 2019, 08:58:58 UTC
Update README
Tip revision: 6e5e9b4
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top