From 1d2a9bde15e39f5ef8a7bfc2230f6d8090701596 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 14 Jul 2019 23:36:55 +0200 Subject: [PATCH] - rename static-libs.mk => target-libs-static.mk --- Makefile | 6 +++--- make/{static-libs.mk => target-libs-static.mk} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename make/{static-libs.mk => target-libs-static.mk} (100%) diff --git a/Makefile b/Makefile index 4758b39b..d8473e14 100755 --- a/Makefile +++ b/Makefile @@ -135,17 +135,17 @@ include make/linux-drivers.mk include make/neutrino.mk include make/neutrino-plugins.mk include make/prerequisites.mk -include make/static-libs.mk include make/target-development.mk include make/target-ffmpeg-$(BOXTYPE).mk include make/target-gstreamer-unused.mk -include make/target-libs-unused.mk include make/target-libs.mk +include make/target-libs-static.mk +include make/target-libs-unused.mk include make/target-lua.mk include make/target-rootfs.mk include make/target-scripts.mk -include make/target-tools-unused.mk include make/target-tools.mk +include make/target-tools-unused.mk include make/host-tools.mk include make/update.mk diff --git a/make/static-libs.mk b/make/target-libs-static.mk similarity index 100% rename from make/static-libs.mk rename to make/target-libs-static.mk