summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-09-19 17:52:37 -0700
committerJohn Crispin <john@phrozen.org>2016-09-19 19:42:10 +0200
commitef64c8694ba1615223db933f03ec2c5e14facea5 (patch)
treed49fae5495b0f5dd1695350beb0b831ceb6dc2fa /package
parente9401a2335cc442bd06209ff7becdd60e940c3de (diff)
downloadmaster-31e0f0ae-ef64c8694ba1615223db933f03ec2c5e14facea5.tar.gz
master-31e0f0ae-ef64c8694ba1615223db933f03ec2c5e14facea5.tar.bz2
master-31e0f0ae-ef64c8694ba1615223db933f03ec2c5e14facea5.zip
base-files: Allow subtargets to define base-files.mk
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 25fd9f2588..ef62db29bd 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))