diff options
author | Steve 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 |
commit | ef885d3b2a3001325f525df250dadd570e5d743e (patch) | |
tree | aa01a8bdf2faad5080766c5fd08b1871165f6f47 /common.mk | |
parent | 05b12e6c5e5857e418c639e502c3a63987eca0c4 (diff) | |
download | riscv-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)\" |