7 lines
128 B
Makefile
7 lines
128 B
Makefile
|
#
|
||
|
# Makefile for the Atmel network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
|
||
|
obj-$(CONFIG_MACB) += macb.o
|