mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
This is required so the OpenULINK driver knows the install location of the OpenULINK firmware image.
12 lines
272 B
Makefile
12 lines
272 B
Makefile
|
|
# common flags used in openocd build
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src \
|
|
-I$(top_builddir)/src \
|
|
-DPKGDATADIR=\"$(pkgdatadir)\" \
|
|
-DPKGLIBDIR=\"$(pkglibdir)\"
|
|
|
|
if INTERNAL_JIMTCL
|
|
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
|
|
-I$(top_builddir)/jimtcl
|
|
endif
|