https://github.com/torvalds/linux
Raw File
Tip revision: 9742a7da0dab6c35a95a8b6f3c54097acf756d67 authored by Daniel Kucera on 21 February 2016, 11:11:47 UTC
added support for goobay Active USB 3.0 Data Link Cable (Prolific PL-27A1 chipset)
Tip revision: 9742a7d
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top