https://github.com/torvalds/linux
Raw File
Tip revision: 26a81a994feef8d54f53ca15fbd2a527b285d56f authored by Jan Kiszka on 09 February 2018, 13:30:24 UTC
Merge tag 'v4.14.18' into jailhouse-enabling/4.14
Tip revision: 26a81a9
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top