aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-05-10 14:51:55 +0930
committerOliver O'Halloran <oohall@gmail.com>2019-05-13 14:00:11 +1000
commitc8b5e8a95caf029ffe73ea18769fdd7f2da48ab4 (patch)
treefb9f38c0640211808367a54898960bbcf8bf6288 /external
parenta78bf50e02ddda3a23e1cf9c99b0e28879820cca (diff)
downloadskiboot-c8b5e8a95caf029ffe73ea18769fdd7f2da48ab4.zip
skiboot-c8b5e8a95caf029ffe73ea18769fdd7f2da48ab4.tar.gz
skiboot-c8b5e8a95caf029ffe73ea18769fdd7f2da48ab4.tar.bz2
devicetree: Don't set path to dtc in makefile
By setting the path we fail to build under buildroot which has it's own set of host tools in PATH, but not at /usr/bin. Keep the variable so it can be set if need be but default to whatever 'dtc' is in the users path. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'external')
-rw-r--r--external/devicetree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/devicetree/Makefile b/external/devicetree/Makefile
index 5a136f4..2ce622b 100644
--- a/external/devicetree/Makefile
+++ b/external/devicetree/Makefile
@@ -1,4 +1,4 @@
-DTC=/usr/bin/dtc
+DTC=dtc
OUT=p9-simics.dtb
all: $(OUT)