diff options
Diffstat (limited to 'drivers/soc/pxa/Makefile')
-rw-r--r-- | drivers/soc/pxa/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/pxa/Makefile b/drivers/soc/pxa/Makefile new file mode 100644 index 0000000000..413deceddb --- /dev/null +++ b/drivers/soc/pxa/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_PXA3xx) += mfp.o +obj-$(CONFIG_ARCH_MMP) += mfp.o + +obj-$(CONFIG_PXA_SSP) += ssp.o |