Skip to content
Snippets Groups Projects
Select Git revision
  • 41dab99b48a12d98fc491c83f475e86a17f15ce9
  • main default protected
  • revert-9d4bb3d3
3 results

main.css

  • 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