https://github.com/torvalds/linux
Raw File
Tip revision: caca6a03d365883564885f2c1da3e88dcf65d139 authored by Linus Torvalds on 24 November 2011, 04:20:28 UTC
Linux 3.2-rc3
Tip revision: caca6a0
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