tMake all depend on bin/busybox. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
HTML git clone https://git.parazyd.org/pi3-aoe
DIR Log
DIR Files
DIR Refs
---
DIR commit 3ef8a00f085d53e258f49b5c8f2f9fc28eb3ef02
DIR parent c9e01455022eebd1e659138a68a8fbb77d454144
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 12:00:27 +0100
Make all depend on bin/busybox.
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -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) $@