diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-01-07 23:46:04 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-09 21:16:30 +0100 |
| commit | 56eb3944d5d6d58b0125b22da7dcaeff5c0d3d1f (patch) | |
| tree | ab5343324dd781935fee1c77299326a54b750d32 /Makefile | |
| parent | 195235c9d9b3cb66392102cf292f31800765ca7a (diff) | |
Makefile: support running graph-depends from out-of-tree
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -647,7 +647,8 @@ graph-build: $(O)/build/build-time.log graph-depends: @$(INSTALL) -d $(O)/graphs - @./support/scripts/graph-depends \ + @cd "$(CONFIG_DIR)"; \ + $(TOPDIR)/support/scripts/graph-depends \ |dot -T$(BR2_GRAPH_OUT) -o $(O)/graphs/$(@).$(BR2_GRAPH_OUT) else # ifeq ($(BR2_HAVE_DOT_CONFIG),y) |
