From: Markham Date: Tue, 11 Jan 2022 20:47:47 +0000 (+0100) Subject: prerequisites-mk: fix target X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=8c84681ddf45f4047c839303f6fd313a4f3874c3;p=bs-cst-neutrino-hd.git prerequisites-mk: fix target --- diff --git a/make/prerequisites.mk b/make/prerequisites.mk index c6345b4..ec71c83 100755 --- a/make/prerequisites.mk +++ b/make/prerequisites.mk @@ -124,7 +124,7 @@ $(GIT_KERNEL): fi; \ #ln -sf $(GIT_KERNEL)/linux-$(KBRANCH) $(SOURCE_DIR)/linux; \ if [ "$(BOXSERIES)" = "hd2" ]; then \ - cp -a $(PATCHES)/kernel-config/compiler-gcc6.h $(SOURCE_DIR)/linux/include/linux; \ + cp -a $(PATCHES)/kernel-config/compiler-gcc6.h $(GIT_KERNEL)/linux-$(KBRANCH)/include/linux; \ fi $(GIT_PLUGINS):