6 lines
226 B
Makefile
6 lines
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o
|
|
obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o
|
|
obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o
|
|
obj-$(CONFIG_ARMADA_8K) += comphy_cp110.o
|