Skip to content
Snippets Groups Projects
Select Git revision
  • 35fa232c6b4f574b93107bd2c0479dfc09a716d7
  • master default protected
2 results

README.md

Blame
  • 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