Blame view
net/ethernet/Makefile
148 Bytes
1da177e4c
|
1 2 3 4 5 |
# # Makefile for the Linux Ethernet layer. # obj-y += eth.o |
1da177e4c
|
6 7 |
obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o |