https://github.com/torvalds/linux
Raw File
Tip revision: 188060660302b38ded8b294636be74998ba66a0f authored by Yandere-Ch on 04 June 2019, 18:58:39 UTC
slidann
Tip revision: 1880606
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top