pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs

commit 3ef8a00f085d53e258f49b5c8f2f9fc28eb3ef02
parent c9e01455022eebd1e659138a68a8fbb77d454144
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:00:27 +0100

Make all depend on bin/busybox.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -19,7 +19,7 @@ BUSYBOX_URL = https://git.busybox.net/busybox BUSYBOX_BRANCH = 1_32_1 BUSYBOX_SRC = busybox -all: boot/kernel8.img bin/aoe-stat boot/bootcode.bin +all: boot/kernel8.img bin/aoe-stat boot/bootcode.bin bin/busybox $(KERNEL_SRC): git clone --depth 1 -b $(KERNEL_BRANCH) $(KERNEL_URL) $@