Browse Source

Add -DPKGLIBDIR to AM_CPPFLAGS.

This is required so the OpenULINK driver knows the install location of the OpenULINK
firmware image.
tags/v0.5.0-rc1
Martin Schmölzer 13 years ago
committed by Øyvind Harboe
parent
commit
1aba820519
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      common.mk

+ 2
- 1
common.mk View File

@@ -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 \


Loading…
Cancel
Save