Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux Ethernet layer. | ||||
3 | # | ||||
4 | |||||
5 | obj-y += eth.o | ||||
6 | obj-$(CONFIG_SYSCTL) += sysctl_net_ether.o | ||||
7 | obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o | ||||
8 | obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o |