aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/pxa/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann2019-09-20 13:33:40 +0200
committerArnd Bergmann2022-05-07 22:56:16 +0200
commit64dbc4dd7a7cc6642c522963a6194b62480e2a68 (patch)
tree9f8baa0b70be0f72ec3a8901b4ac63f40b4abd7d /drivers/soc/pxa/Makefile
parent6922a3d14e85040c022bbad23af4de5c03557e21 (diff)
ARM: pxa: move plat-pxa to drivers/soc/
There are two drivers in arch/arm/plat-pxa: mfp and ssp. Both of them should ideally not be needed at all, as there are proper subsystems to replace them. OTOH, they are self-contained and can simply be normal SoC drivers, so move them over there to eliminate one more of the plat-* directories. Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> (mach-pxa) Acked-by: Lubomir Rintel <lkundrak@v3.sk> (mach-mmp) Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc/pxa/Makefile')
-rw-r--r--drivers/soc/pxa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/pxa/Makefile b/drivers/soc/pxa/Makefile
new file mode 100644
index 000000000000..413deceddbdd
--- /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