mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00: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/
|