1 2 3 4 5 6 7
# # Makefile for the Atmel network device drivers. # macb-y := macb_main.o obj-$(CONFIG_MACB) += macb.o obj-$(CONFIG_MACB_PCI) += macb_pci.o