Browse Source

base-files: Allow subtargets to define base-files.mk

Signed-off-by: Florian Fainelli <[email protected]>
Florian Fainelli 9 years ago
parent
commit
ef64c8694b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/base-files/Makefile

+ 1 - 0
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))