https://github.com/torvalds/linux
Raw File
Tip revision: f5412be599602124d2bdd49947b231dd77c0bf99 authored by Linus Torvalds on 22 February 2011, 01:25:52 UTC
Linux 2.6.38-rc6
Tip revision: f5412be
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