1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 28aa9ebccSVladimir Olteanobj-$(CONFIG_NET_DSA_SJA1105) += sja1105.o 38aa9ebccSVladimir Oltean 48aa9ebccSVladimir Olteansja1105-objs := \ 58aa9ebccSVladimir Oltean sja1105_spi.o \ 68aa9ebccSVladimir Oltean sja1105_main.o \ 752c34e6eSVladimir Oltean sja1105_ethtool.o \ 88aa9ebccSVladimir Oltean sja1105_clocking.o \ 98aa9ebccSVladimir Oltean sja1105_static_config.o \ 108aa9ebccSVladimir Oltean sja1105_dynamic_config.o \ 11*78fe8a28SArnd Bergmann 12*78fe8a28SArnd Bergmannifdef CONFIG_NET_DSA_SJA1105_PTP 13*78fe8a28SArnd Bergmannobj-$(CONFIG_NET_DSA_SJA1105) += sja1105_ptp.o 14*78fe8a28SArnd Bergmannendif 15