git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
262 B
Makefile
11 lines
262 B
Makefile
#
|
|
# Makefile for the 3Com Ethernet device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_EL3) += 3c509.o
|
|
obj-$(CONFIG_3C515) += 3c515.o
|
|
obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
|
|
obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
|
|
obj-$(CONFIG_VORTEX) += 3c59x.o
|
|
obj-$(CONFIG_TYPHOON) += typhoon.o
|