Makefile (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) Makefile (5a17818682cf43ad0fdd6035945f3b7a8c9dc5e9)
1# SPDX-License-Identifier: GPL-2.0
1# SPDX-License-Identifier: GPL-2.0
2
3# the stubs are built-in whenever DSA is built-in or module
4ifdef CONFIG_NET_DSA
5obj-y := stubs.o
6endif
7
2# the core
3obj-$(CONFIG_NET_DSA) += dsa_core.o
4dsa_core-y += \
5 devlink.o \
6 dsa.o \
7 master.o \
8 netlink.o \
9 port.o \

--- 24 unchanged lines hidden ---
8# the core
9obj-$(CONFIG_NET_DSA) += dsa_core.o
10dsa_core-y += \
11 devlink.o \
12 dsa.o \
13 master.o \
14 netlink.o \
15 port.o \

--- 24 unchanged lines hidden ---