pi3-aoe

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

commit 7d2962f4b1cb736eaedd71bde9b78a5c000971f6
parent 280ec770845c1e7039ae46349bd580a66a429249
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 13:26:13 +0100

Rebuild kernel on config change.

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

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ boot/bootcode.bin: $(FIRMWARE_SRC) cp $(FIRMWARE_SRC)/boot/COPYING.linux boot cp $(FIRMWARE_SRC)/boot/bootcode.bin boot -$(IMAGEGZ): $(KERNEL_SRC) +$(IMAGEGZ): $(KERNEL_SRC) pi3.config cp -f pi3.config $(KERNEL_SRC)/.config $(MAKE) -C $(KERNEL_SRC) ARCH=arm64 CROSS_COMPILE=$(TC) oldconfig $(MAKE) -C $(KERNEL_SRC) ARCH=arm64 CROSS_COMPILE=$(TC)