mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 00:55:12 +07:00
0112a1dac5
Comile macb as well as at91_ether to access exported functions. Signed-off-by: Joachim Eastwood <manabian@gmail.com>
7 lines
135 B
Makefile
7 lines
135 B
Makefile
#
|
|
# Makefile for the Atmel network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o macb.o
|
|
obj-$(CONFIG_MACB) += macb.o
|