https://github.com/torvalds/linux
Raw File
Tip revision: df810d2c1f13874e5cf001bbb26a4a62f0ca4bde authored by rezzonics on 24 February 2020, 20:32:08 UTC
Patches from v5.7/aml/integ
Tip revision: df810d2
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top