1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

some minor fixes, cleanups, package build abstraction

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9051 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-09-28 01:23:56 +00:00
parent 8a7bbf0505
commit b26d576fd7
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))