summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/raspberry-pi/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-06-09 07:59:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-17 08:28:55 +0200
commitf9a6294e0f527f008ce15192c40fc6206d038e30 (patch)
treee9d338ec68e0ddc75ec5a8d26a30daf1478fa9ee /arch/arm/boards/raspberry-pi/Makefile
parentda06dbb18d57b6f77beab5ea41423a639b4384f5 (diff)
downloadbarebox-f9a6294e0f527f008ce15192c40fc6206d038e30.tar.gz
barebox-f9a6294e0f527f008ce15192c40fc6206d038e30.tar.xz
ARM: rpi: split out mbox helpers to share code with PBL
We'll call some of these helpers from PBL in a later commit, so move these into a common location. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220609055922.667016-6-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/raspberry-pi/Makefile')
-rw-r--r--arch/arm/boards/raspberry-pi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boards/raspberry-pi/Makefile b/arch/arm/boards/raspberry-pi/Makefile
index 6f995b5640..e4f91b4979 100644
--- a/arch/arm/boards/raspberry-pi/Makefile
+++ b/arch/arm/boards/raspberry-pi/Makefile
@@ -2,4 +2,5 @@
obj-$(CONFIG_MACH_RPI_COMMON) += rpi-common.o
lwl-y += lowlevel.o
+obj-pbl-y += mbox-helpers.o
bbenv-y += defaultenv-rpi