makefile: rename librem5 main target to 'purism-librem5'

This is consistent with the naming for other devices (<oem>-<model>)
This commit is contained in:
Clayton Craft 2021-02-02 22:17:34 -08:00 committed by Sebastian Krzyszkowiak
parent 88d287b5ab
commit 5dd07f70d1
No known key found for this signature in database
GPG Key ID: E8F235CF3BDBC3FF
1 changed files with 2 additions and 2 deletions

View File

@ -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: