base-files: Allow subtargets to define base-files.mk
[openwrt/staging/rmilecki.git] / package / base-files / Makefile
index 25fd9f2588762e629704a040ecef86855cca2afb..ef62db29bd179785350aa6e0c9cf1f56b5ad4fca 100644 (file)
@@ -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))