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 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o |
| 7 | obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o |