6db4831e98
Android 14
12 lines
239 B
Makefile
12 lines
239 B
Makefile
#
|
|
# Makefile for MediaTek MT753x gigabit switch
|
|
#
|
|
|
|
obj-$(CONFIG_MT753X_GSW) += mt753x.o
|
|
|
|
mt753x-$(CONFIG_SWCONFIG) += mt753x_swconfig.o
|
|
|
|
mt753x-y += mt753x_mdio.o mt7530.o mt7531.o \
|
|
mt753x_common.o mt753x_vlan.o \
|
|
mt753x_nl.o
|