|
@@ -675,7 +675,7 @@ graph-depends:
|
|
@cd "$(CONFIG_DIR)"; \
|
|
@cd "$(CONFIG_DIR)"; \
|
|
$(TOPDIR)/support/scripts/graph-depends $(BR2_GRAPH_DEPS_OPTS) \
|
|
$(TOPDIR)/support/scripts/graph-depends $(BR2_GRAPH_DEPS_OPTS) \
|
|
|tee $(O)/graphs/$(@).dot \
|
|
|tee $(O)/graphs/$(@).dot \
|
|
- |dot -T$(BR_GRAPH_OUT) -o $(O)/graphs/$(@).$(BR_GRAPH_OUT)
|
|
|
|
|
|
+ |dot $(BR2_GRAPH_DOT_OPTS) -T$(BR_GRAPH_OUT) -o $(O)/graphs/$(@).$(BR_GRAPH_OUT)
|
|
|
|
|
|
else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
|
else # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
|
|
|
|
|