9 lines
230 B
Makefile
9 lines
230 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
|