xref: /linux/net/ethernet/Makefile (revision 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2)
1#
2# Makefile for the Linux Ethernet layer.
3#
4
5obj-y					+= eth.o
6obj-$(CONFIG_SYSCTL)			+= sysctl_net_ether.o
7obj-$(subst m,y,$(CONFIG_IPX))		+= pe2.o
8obj-$(subst m,y,$(CONFIG_ATALK))	+= pe2.o
9