fix warnings merge
[openocd/dsp568013.git] / common.mk
blob6689ccdda3fa56c706a82fc579d5d058a4931f03
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4 -I$(top_builddir)/src \
5 -DPKGDATADIR=\"$(pkgdatadir)\"
7 if INTERNAL_JIMTCL
8 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
9 -I$(top_builddir)/jimtcl
10 endif
12 if INTERNAL_LIBSWD
13 AM_CPPFLAGS += -I$(top_srcdir)/submodules/libswd/src \
14 -I$(top_builddir)/submodules/libswd/src
15 endif