Makefile (b83f1527d098c04424832b0a59d75046e26bfff1) | Makefile (ab91f0a9b5f4b9b5b341fdc0ed457121e69c20e1) |
---|---|
1# 2# Makefile for the Atmel network device drivers. 3# 4macb-y := macb_main.o 5 | 1# 2# Makefile for the Atmel network device drivers. 3# 4macb-y := macb_main.o 5 |
6ifeq ($(CONFIG_MACB_USE_HWSTAMP),y) 7macb-y += macb_ptp.o 8endif 9 |
|
6obj-$(CONFIG_MACB) += macb.o 7obj-$(CONFIG_MACB_PCI) += macb_pci.o | 10obj-$(CONFIG_MACB) += macb.o 11obj-$(CONFIG_MACB_PCI) += macb_pci.o |