c05564c4d8
Android 13
12 lines
239 B
Makefile
Executable file
12 lines
239 B
Makefile
Executable file
#
|
|
# 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
|