mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 21:10:00 +07:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
|
#
|
||
|
# Makefile for th IBM network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_IBMVETH) += ibmveth.o
|
||
|
obj-$(CONFIG_ISERIES_VETH) += iseries_veth.o
|
||
|
obj-$(CONFIG_IBM_EMAC) += emac/
|
||
|
obj-$(CONFIG_EHEA) += ehea/
|