]> Git Repo - linux.git/blob - drivers/net/dsa/sja1105/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / net / dsa / sja1105 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_NET_DSA_SJA1105) += sja1105.o
3
4 sja1105-objs := \
5     sja1105_spi.o \
6     sja1105_main.o \
7     sja1105_mdio.o \
8     sja1105_flower.o \
9     sja1105_ethtool.o \
10     sja1105_devlink.o \
11     sja1105_clocking.o \
12     sja1105_static_config.o \
13     sja1105_dynamic_config.o \
14
15 ifdef CONFIG_NET_DSA_SJA1105_PTP
16 sja1105-objs += sja1105_ptp.o
17 endif
18
19 ifdef CONFIG_NET_DSA_SJA1105_TAS
20 sja1105-objs += sja1105_tas.o
21 endif
22
23 ifdef CONFIG_NET_DSA_SJA1105_VL
24 sja1105-objs += sja1105_vl.o
25 endif
This page took 0.029682 seconds and 4 git commands to generate.