mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
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
|