make: Rebuild sdcard.img when rootfs built
parent
111c5967fd
commit
38b0081012
3
Makefile
3
Makefile
|
@ -94,7 +94,8 @@ $(IMAGESDIR)/sdcard.img: \
|
||||||
genimage.cfg \
|
genimage.cfg \
|
||||||
genimage.sh \
|
genimage.sh \
|
||||||
post-build.sh \
|
post-build.sh \
|
||||||
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi
|
$(O)/efi-part/EFI/BOOT/BOOTAA64.efi \
|
||||||
|
$(IMAGESDIR)/rootfs.squashfs
|
||||||
./post-build.sh "$(O)"
|
./post-build.sh "$(O)"
|
||||||
./genimage.sh "$(O)" "$(IMAGESDIR)"
|
./genimage.sh "$(O)" "$(IMAGESDIR)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue