mirror of
https://github.com/dreemurrs-embedded/Jumpdrive.git
synced 2024-11-16 14:10:06 +00:00
makefile: rename librem5 main target to 'purism-librem5'
This is consistent with the naming for other devices (<oem>-<model>)
This commit is contained in:
parent
88d287b5ab
commit
5dd07f70d1
4
Makefile
4
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:
|
||||
|
Loading…
Reference in New Issue
Block a user