6 lines
202 B
Makefile
6 lines
202 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
|
||
|
obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o
|
||
|
obj-$(CONFIG_ARCH_MXC) += soc-imx8.o
|
||
|
obj-$(CONFIG_IMX_SCU_SOC) += soc-imx-scu.o
|