diff options
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index b9ed19865a93..65218d98a78d 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -62,3 +62,7 @@ obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd35-baseboard.o | |||
62 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o | 62 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o |
63 | 63 | ||
64 | obj-$(CONFIG_DEBUG_LL) += lluart.o | 64 | obj-$(CONFIG_DEBUG_LL) += lluart.o |
65 | obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o | ||
66 | obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o | ||
67 | obj-$(CONFIG_HAVE_IMX_SRC) += src.o | ||
68 | obj-$(CONFIG_SOC_IMX6Q) += clock-imx6q.o | ||