https://github.com/torvalds/linux
Raw File
Tip revision: 86eaf54d07f239243f674d6256e5c4be6578348a authored by Linus Torvalds on 20 November 2015, 04:51:31 UTC
Merge tag 'dmaengine-fix-4.4-rc2' of git://git.infradead.org/users/vkoul/slave-dma
Tip revision: 86eaf54
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top