Staging
v0.8.1
Raw File
Makefile
#
# Makefile for the Atmel network device drivers.
#

obj-$(CONFIG_MACB) += macb.o
obj-$(CONFIG_MACB_PCI) += macb_pci.o
back to top