https://github.com/torvalds/linux
Raw File
Tip revision: 921ce33877a01d8cf0d00b48ae6b4a6118f77af9 authored by Pierre-Louis Bossart on 09 January 2020, 18:17:56 UTC
Merge remote-tracking branch 'sof/integration/soundwire-debug-fixes' into integration/soundwire-latest
Tip revision: 921ce33
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top