https://github.com/torvalds/linux
Raw File
Tip revision: e35a40ee43109f2adc08636d4451350b5ef4565f authored by ambrosie on 30 May 2016, 22:28:12 UTC
Update Kconfig
Tip revision: e35a40e
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top