aboutsummaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-09-29 16:12:41 +1000
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-30 09:38:22 +0200
commitef885d3b2a3001325f525df250dadd570e5d743e (patch)
treeaa01a8bdf2faad5080766c5fd08b1871165f6f47 /common.mk
parent05b12e6c5e5857e418c639e502c3a63987eca0c4 (diff)
downloadriscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.zip
riscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.tar.gz
riscv-openocd-ef885d3b2a3001325f525df250dadd570e5d743e.tar.bz2
jim-nvp is moving from jimtcl to openocd
The jim-nvp code is specific to openocd, so it belongs in openocd, not in the core jimtcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 20b96bd..1cb0743 100644
--- a/common.mk
+++ b/common.mk
@@ -2,6 +2,7 @@
# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
-I$(top_builddir)/src \
+ -I$(top_srcdir)/src/helper \
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DPKGLIBDIR=\"$(pkglibdir)\"