Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9-rc2 7 lines 226 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2ifeq ($(CONFIG_ARM),y) 3obj-$(CONFIG_ARCH_MXC) += soc-imx.o 4endif 5obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o 6obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o 7obj-$(CONFIG_SOC_IMX8M) += soc-imx8m.o