mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
11 lines
284 B
Makefile
11 lines
284 B
Makefile
#
|
|
# Makefile for the Sun network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_HAPPYMEAL) += sunhme.o
|
|
obj-$(CONFIG_SUNQE) += sunqe.o
|
|
obj-$(CONFIG_SUNBMAC) += sunbmac.o
|
|
obj-$(CONFIG_SUNGEM) += sungem.o
|
|
obj-$(CONFIG_CASSINI) += cassini.o
|
|
obj-$(CONFIG_SUNVNET) += sunvnet.o
|
|
obj-$(CONFIG_NIU) += niu.o
|