commit 87e58ea56eddc039ee064528ab4ffb73f4c21bab
parent b8f0633cf33cfa263fce991cfdd88c6b2ed7570d
Author: parazyd <parazyd@dyne.org>
Date: Fri, 27 Nov 2020 15:49:34 +0100
Enable INIT_BINS build for "all" target.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -10,7 +10,7 @@ BINS = qemu-wrapper install.sh
BOOT_BINS = rpi-boot/upstream/kernel.img rpi-boot/upstream/bcm2835-rpi-zero.dtb
INIT_BINS = initramfs/bin/sh
-all: $(BINS) $(BOOT_BINS)
+all: $(BINS) $(BOOT_BINS) $(INIT_BINS)
image: all $(IMAGE)