dsp5680xx: disable for now, it generates warnings
[openocd.git] / common.mk
blob20b96bd4a1fb3e2ce4fd06eab69cb75470d13649
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4 -I$(top_builddir)/src \
5 -DPKGDATADIR=\"$(pkgdatadir)\" \
6 -DPKGLIBDIR=\"$(pkglibdir)\"
8 if INTERNAL_JIMTCL
9 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
10 -I$(top_builddir)/jimtcl
11 endif