From 5dd07f70d17720ce3677ef0b3c5cf575f253f086 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 2 Feb 2021 22:17:34 -0800 Subject: [PATCH] makefile: rename librem5 main target to 'purism-librem5' This is consistent with the naming for other devices (-) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a20c78..e2cf827 100644 --- a/Makefile +++ b/Makefile @@ -211,9 +211,9 @@ src/busybox: @wget https://www.busybox.net/downloads/busybox-1.32.0.tar.bz2 @tar -xvf busybox-1.32.0.tar.bz2 --strip-components 1 -C src/busybox -.PHONY: clean cleanfast librem5 +.PHONY: clean cleanfast purism-librem5 -librem5: initramfs-purism-librem5.gz kernel-librem5.gz u-boot-librem5.bin src/purism-librem5.txt dtbs/librem5/imx8mq-librem5-r4.dtb +purism-librem5: initramfs-purism-librem5.gz kernel-librem5.gz u-boot-librem5.bin src/purism-librem5.txt dtbs/librem5/imx8mq-librem5-r4.dtb @echo 'All done! Switch your phone into flashing mode and run Jumpdrive with `uuu src/purism-librem5.txt`' cleanfast: