https://github.com/torvalds/linux
Raw File
Tip revision: accb6466e9ef917f5e74b2a3cae9ae2832673f99 authored by Zoltán Szatmáry on 10 January 2020, 16:09:47 UTC
Rename README to README.md
Tip revision: accb646
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top