>From 76d5d98c0e730f8af30670a054843a188a068516 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Tue, 7 Jan 2020 21:48:53 +0700 Subject: [PATCH 20/20] sub.in/stage1: call copy-kernel instead of copy-$BOOTLOADER copy-$BOOTLOADER was called to copy the kernel and propagator image. --- sub.in/stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub.in/stage1/Makefile b/sub.in/stage1/Makefile index 112c953365..6578bdc25c 100644 --- a/sub.in/stage1/Makefile +++ b/sub.in/stage1/Makefile @@ -52,7 +52,7 @@ prepare-modules: # scripts prepare bootloader configuration, too # NB: we pass tested squashfs options for sub.in/stage2/Makefile to include all: | debug prepare-workdir copy-tree run-scripts $(BUILD_PROPAGATOR) \ - copy-$(BOOTLOADER) $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR) + copy-kernel $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR) @if [ -s $(OUTDIR)/squashcfg.mk ]; then \ cp $(OUTDIR)/squashcfg.mk $(GLOBAL_BUILDDIR)/; \ fi -- 2.24.1