https://github.com/torvalds/linux
Raw File
Tip revision: d8f11a6236a7b9f57bdbfcf095e05d3bf59af41e authored by Muhammad Quwais Safutra on 03 January 2019, 04:23:39 UTC
Fixes Typo when Spind and wait around
Tip revision: d8f11a6
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top