c05564c4d8
Android 13
8 lines
230 B
Makefile
Executable file
8 lines
230 B
Makefile
Executable file
#
|
|
# Makefile for the Cavium ethernet device drivers.
|
|
#
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += common/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += thunder/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += liquidio/
|
|
obj-$(CONFIG_NET_VENDOR_CAVIUM) += octeon/
|