summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-layerscape/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-01-04 15:17:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-08 11:00:59 +0100
commitf5f98467e9fc7edfb1aa077eb587ec364feef954 (patch)
tree613c0a76b2a3d44cc2d6b6f0c1b41c7ff1b03df1 /arch/arm/mach-layerscape/Makefile
parentf194316f0c50b258867db28b2a27725762f6af9d (diff)
downloadbarebox-f5f98467e9fc7edfb1aa077eb587ec364feef954.tar.gz
barebox-f5f98467e9fc7edfb1aa077eb587ec364feef954.tar.xz
ARM: Add ls1028a lowlevel init
Link: https://lore.barebox.org/20240104141746.165014-16-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-layerscape/Makefile')
-rw-r--r--arch/arm/mach-layerscape/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-layerscape/Makefile b/arch/arm/mach-layerscape/Makefile
index 8f288851ff..e4bb1b42f2 100644
--- a/arch/arm/mach-layerscape/Makefile
+++ b/arch/arm/mach-layerscape/Makefile
@@ -12,3 +12,5 @@ obj-$(CONFIG_BOOTM) += pblimage.o
lwl-$(CONFIG_ARCH_LS1021) += lowlevel-ls102xa.o
obj-$(CONFIG_ARCH_LS1021) += restart.o ls102xa_stream_id.o
+
+lwl-$(CONFIG_ARCH_LS1028) += lowlevel-ls1028a.o