Skip to content
Snippets Groups Projects
Select Git revision
  • e899fcaca0d207eadea569b9dd9b2d54afafcfd4
  • 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
    Spencer Oliver authored
    Rather than having to configure/build jimtcl openocd
    will do this as part of its own build.
    
    To use an external jimtcl lib specify disable-internal-jimtcl
    to the configure step.
    
    Signed-off-by: default avatarSpencer Oliver <ntfreak@users.sourceforge.net>
    d80fca52
    History
    common.mk 236 B
    
    # common flags used in openocd build
    AM_CPPFLAGS = -I$(top_srcdir)/src \
    			  -I$(top_builddir)/src \
    			  -DPKGDATADIR=\"$(pkgdatadir)\"
    
    if INTERNAL_JIMTCL
    AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
    			   -I$(top_builddir)/jimtcl
    endif