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

# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
			  -I$(top_builddir)/src \
			  -DPKGDATADIR=\"$(pkgdatadir)\"

if INTERNAL_JIMTCL
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
			   -I$(top_builddir)/jimtcl
endif