Skip to content
Snippets Groups Projects
Commit 1aba8205 authored by Martin Schmölzer's avatar Martin Schmölzer Committed by Øyvind Harboe
Browse files

Add -DPKGLIBDIR to AM_CPPFLAGS.

This is required so the OpenULINK driver knows the install location of the OpenULINK
firmware image.
parent 5141ab3e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
-I$(top_builddir)/src \
-DPKGDATADIR=\"$(pkgdatadir)\"
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DPKGLIBDIR=\"$(pkglibdir)\"
if INTERNAL_JIMTCL
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment