diff -r c3f50d5f75d2 -r 918f15f3f728 make-rules/ips.mk --- a/make-rules/ips.mk Tue May 26 14:20:17 2015 -0700 +++ b/make-rules/ips.mk Tue May 26 16:21:56 2015 -0700 @@ -123,6 +123,9 @@ MANGLED_DIR = $(PROTO_DIR)/mangled +# We use += below so anyone wishing to put other directories at the beginning +# of the list can do so, by setting PKG_PROTO_DIRS before including this file. +# So don't change += to = here or components that use this will break. PKG_PROTO_DIRS += $(MANGLED_DIR) $(PROTO_DIR) $(@D) $(COMPONENT_DIR) $(COMPONENT_SRC) MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH)