https://github.com/torvalds/linux
Raw File
Tip revision: 9135557a1919de4879d0dcfcc0017f3695b0fe9f authored by b1tninja on 22 February 2019, 03:44:26 UTC
Do not overwrite INSTALL_HDR_PATH
Tip revision: 9135557
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top