From 9ecfe9507b7abb357a3fbf573a4c1975bc1dca0f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 16 Mar 2014 21:37:12 +0100 Subject: Build system: mk/packages.mk needs to be included first Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2b2d58..962a59e 100644 --- a/Makefile +++ b/Makefile @@ -125,8 +125,8 @@ include mk/macros.mk include mk/targetsys.mk include mk/target-mcu.mk include mk/buildsystem.mk -include packages/htools/hosttools-buildopts.mk include toolchain/toolchain.mk include mk/packages.mk +include packages/htools/hosttools-buildopts.mk include mk/rootfs/rootfs.mk include mk/help.mk -- cgit v1.2.3