Makefile (3335786a982578abf9a25e4d6ce67d3416ebe15e) | Makefile (c0132f60059d4a6809341d54f2fe744db8790421) |
---|---|
1# 2# SPDX-License-Identifier: GPL-2.0+ 3# 4 5obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o 6obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o 7obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o | 1# 2# SPDX-License-Identifier: GPL-2.0+ 3# 4 5obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o 6obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o 7obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o |
8obj-$(CONFIG_ARMADA_8K) += comphy_cp110.o |
|