aboutsummaryrefslogtreecommitdiff
path: root/common.mk
blob: 1cb0743ecdcb60c5fa275763f6199c1fabc3c5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# 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