]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - drivers/staging/mt7621-eth/Makefile
gpu: host1x: Fix compile error when IOMMU API is not available
[thirdparty/kernel/stable.git] / drivers / staging / mt7621-eth / Makefile
1 #
2 # Makefile for the Ralink SoCs built-in ethernet macs
3 #
4
5 mtk-eth-soc-y += mtk_eth_soc.o ethtool.o
6
7 mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO) += mdio.o
8 mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MDIO_MT7620) += mdio_mt7620.o
9
10 mtk-eth-soc-$(CONFIG_NET_MEDIATEK_MT7621) += soc_mt7621.o
11
12 obj-$(CONFIG_NET_MEDIATEK_GSW_MT7621) += gsw_mt7621.o
13
14 obj-$(CONFIG_NET_MEDIATEK_SOC_STAGING) += mtk-eth-soc.o