URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [net/] [ethernet/] [Makefile] - Rev 67
Go to most recent revision | Compare with Previous | Blame | View Log
#
# 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
Go to most recent revision | Compare with Previous | Blame | View Log