From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- arch/arm/plat-pxa/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/arm/plat-pxa/Makefile (limited to 'arch/arm/plat-pxa/Makefile') diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile new file mode 100644 index 000000000..2f06a2e8b --- /dev/null +++ b/arch/arm/plat-pxa/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for code common across different PXA processor families +# +ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include + +obj-$(CONFIG_PXA3xx) += mfp.o +obj-$(CONFIG_ARCH_MMP) += mfp.o + +obj-$(CONFIG_PXA_SSP) += ssp.o -- cgit v1.2.3