aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2020-10-15 15:26:30 -0700
committerTim Newsome <tim@sifive.com>2020-10-15 15:37:25 -0700
commita92002dfabd17baa1861e4a5e7533d859536b4de (patch)
treef55cd908d673bfce9d8c114fca8bac189599fa4d
parente8379cda326e358a529e302d25cdfc5fde6a1219 (diff)
downloadriscv-openocd-a92002dfabd17baa1861e4a5e7533d859536b4de.zip
riscv-openocd-a92002dfabd17baa1861e4a5e7533d859536b4de.tar.gz
riscv-openocd-a92002dfabd17baa1861e4a5e7533d859536b4de.tar.bz2
Make checkpatch happy (hopefully).
Change-Id: I1876814d4f91ede544238a465dad12d20d00b560 Signed-off-by: Tim Newsome <tim@sifive.com>
-rwxr-xr-xcontrib/cross-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cross-build.sh b/contrib/cross-build.sh
index 821d48e..0ef0a2d 100755
--- a/contrib/cross-build.sh
+++ b/contrib/cross-build.sh
@@ -23,7 +23,7 @@
# export HIDAPI_SRC=/path/to/hidapi
# export OPENOCD_CONFIG="--enable-..."
# cd /work/dir
-# /path/to/openocd/contrib/cross-build.sh <host-triplet>
+# .../path/to/openocd/contrib/cross-build.sh <host-triplet>
#
# For static linking, a workaround is to
# export LIBUSB1_CONFIG="--enable-static --disable-shared"