summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-03-02 12:16:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-03 09:19:40 +0100
commitc00373bb31bf084481de48191c3ae144017ee44d (patch)
tree82204459fcb16970ac1015cc5bad46c58a33be41 /Makefile
parent21c41fe9623e09f4e26e55099f48fb007a48bdc9 (diff)
downloadbarebox-c00373bb31bf084481de48191c3ae144017ee44d.tar.gz
ARM: drop unused mvebu code in Makefile
All mvebu boards are multi-image, so they don't need image generation in arch/arm/Makefile anymore. Drop it. Link: https://lore.barebox.org/20230302111606.1054037-9-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcc94cd13a..d7b4cc6ce9 100644
--- a/Makefile
+++ b/Makefile
@@ -1146,7 +1146,7 @@ CLEAN_FILES += barebox System.map stickypage.bin include/generated/barebox_defau
.tmp_kallsyms* barebox.ldr compile_commands.json \
barebox-flash-image \
barebox.srec barebox.s5p barebox.ubl \
- barebox.uimage barebox.spi barebox.kwb barebox.kwbuart \
+ barebox.uimage barebox.spi \
barebox.efi barebox.canon-a1100.bin
CLEAN_FILES += scripts/bareboxenv-target scripts/kernel-install-target \