tEnable INIT_BINS build for "all" target. - uwu - hardware bitcoin wallet software and build system
HTML git clone https://git.parazyd.org/uwu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 87e58ea56eddc039ee064528ab4ffb73f4c21bab
DIR parent b8f0633cf33cfa263fce991cfdd88c6b2ed7570d
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 27 Nov 2020 15:49:34 +0100
Enable INIT_BINS build for "all" target.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -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)