From 4a23a2b23a578bfc3d12cb9403f83fe53303d7e0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 19 May 2019 23:47:59 +0200 Subject: [PATCH] - fix variables in host-tools.mk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65d0d873..8f3bc068 100755 --- a/Makefile +++ b/Makefile @@ -94,7 +94,6 @@ include make/crosstool.mk include make/development-tools.mk include make/ffmpeg-$(BOXTYPE).mk include make/gstreamer.mk -include make/host-tools.mk include make/image-update.mk include make/images.mk include make/linux-kernel.mk @@ -108,6 +107,7 @@ include make/system-libs.mk include make/system-scripts.mk include make/system-tools-extra.mk include make/system-tools.mk +include make/host-tools.mk include make/update.mk include make/ni.mk