summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/dsa/ocelot/Makefile')
-rw-r--r--drivers/net/dsa/ocelot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/dsa/ocelot/Makefile b/drivers/net/dsa/ocelot/Makefile
index f6dd131e7491..86243f4a17a4 100644
--- a/drivers/net/dsa/ocelot/Makefile
+++ b/drivers/net/dsa/ocelot/Makefile
@@ -9,3 +9,7 @@ mscc_felix-objs := \
mscc_seville-objs := \
felix.o \
seville_vsc9953.o
+
+ifdef CONFIG_MSCC_FELIX_SWITCH_TSN
+mscc_felix-objs += felix_tsn.o
+endif