Skip to content
Snippets Groups Projects
Select Git revision
  • ece28927017614a20b80fdc203584ca919f81878
  • master default protected
  • v0.10.0
  • v0.10.0-rc2
  • v0.10.0-rc1
  • v0.9.0
  • v0.9.0-rc1
  • v0.8.0
  • v0.8.0-rc2
  • v0.8.0-rc1
  • v0.7.0
  • v0.7.0-rc2
  • v0.7.0-rc1
  • v0.6.1
  • v0.6.0
  • v0.6.0-rc2
  • v0.6.0-rc1
  • v0.5.0
  • v0.5.0-rc2
  • v0.5.0-rc1
  • v0.4.0
  • v0.4.0-rc2
22 results

common.mk

Blame
  • user avatar
    Steve Bennett authored and Øyvind Harboe committed
    The jim-nvp code is specific to openocd, so it belongs in openocd,
    not in the core jimtcl.
    
    Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
    ef885d3b
    History
    common.mk 306 B
    
    # 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)\"
    
    if INTERNAL_JIMTCL
    AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
    			   -I$(top_builddir)/jimtcl
    endif