some minor fixes, cleanups, package build abstraction

SVN-Revision: 9051
This commit is contained in:
Felix Fietkau
2007-09-28 01:23:56 +00:00
parent bb402acf61
commit 800ef0f56c
5 changed files with 23 additions and 9 deletions

View File

@@ -75,9 +75,11 @@ define Profile
endif
endef
-include $(PLATFORM_DIR)/profiles/*.mk
ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
-include $(PLATFORM_SUBDIR)/profiles/*.mk
ifeq ($(DUMP)$(if $(TARGET_BUILD),,1),)
-include $(PLATFORM_DIR)/profiles/*.mk
ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
-include $(PLATFORM_SUBDIR)/profiles/*.mk
endif
endif
$(eval $(call shexport,Target/Description))