diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-09-19 17:52:37 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-09-19 19:42:10 +0200 |
commit | ef64c8694ba1615223db933f03ec2c5e14facea5 (patch) | |
tree | d49fae5495b0f5dd1695350beb0b831ceb6dc2fa /package/base-files/Makefile | |
parent | e9401a2335cc442bd06209ff7becdd60e940c3de (diff) | |
download | upstream-ef64c8694ba1615223db933f03ec2c5e14facea5.tar.gz upstream-ef64c8694ba1615223db933f03ec2c5e14facea5.tar.bz2 upstream-ef64c8694ba1615223db933f03ec2c5e14facea5.zip |
base-files: Allow subtargets to define base-files.mk
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
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)) |