Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4724f77b authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Fix initbootimage .PHONY target"

parents 7d0f8dd3 35b69f69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1604,7 +1604,7 @@ superimage_empty: $(INSTALLED_SUPERIMAGE_EMPTY_TARGET)
bootimage: $(INSTALLED_BOOTIMAGE_TARGET)

.PHONY: initbootimage
bootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)
initbootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)

.PHONY: system_dlkm_image
system_dlkm_image: $(INSTALLED_SYSTEM_DLKM_IMAGE_TARGET)