Raw File
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
back to top