]> git.sur5r.net Git - openocd/blob - common.mk
NAND/AT91SAM9: remove private "target" copy
[openocd] / common.mk
1
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4                           -I$(top_builddir)/src \
5                           -DPKGDATADIR=\"$(pkgdatadir)\"
6
7 if INTERNAL_JIMTCL
8 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
9                            -I$(top_builddir)/jimtcl
10 endif