From ef64c8694ba1615223db933f03ec2c5e14facea5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 19 Sep 2016 17:52:37 -0700 Subject: [PATCH] base-files: Allow subtargets to define base-files.mk Signed-off-by: Florian Fainelli --- package/base-files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 25fd9f25887..ef62db29bd1 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -171,6 +171,7 @@ endef ifneq ($(DUMP),1) -include $(PLATFORM_DIR)/base-files.mk + -include $(PLATFORM_SUBDIR)/base-files.mk endif $(eval $(call BuildPackage,base-files)) -- 2.30.2