https://github.com/torvalds/linux
Raw File
Tip revision: c336923b668fdcf0312efbec3b44895d713f4d81 authored by Linus Torvalds on 04 September 2006, 02:19:48 UTC
Linux 2.6.18-rc6
Tip revision: c336923
Makefile
#
# Makefile for the Linux Ethernet layer.
#

obj-y					+= eth.o
obj-$(subst m,y,$(CONFIG_IPX))		+= pe2.o
obj-$(subst m,y,$(CONFIG_ATALK))	+= pe2.o
back to top