diff options
Diffstat (limited to 'arch/arm/mach-mxs/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile new file mode 100644 index 000000000..2bcd5e11b --- /dev/null +++ b/arch/arm/mach-mxs/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_PM) += pm.o +obj-$(CONFIG_ARCH_MXS) += mach-mxs.o |