]> git.sur5r.net Git - openocd/blobdiff - common.mk
nrf51: remove dereference of null pointer
[openocd] / common.mk
index 20b96bd4a1fb3e2ce4fd06eab69cb75470d13649..f301c3acebd301829fb0f5ce030f5aa23ada4a62 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -2,8 +2,9 @@
 # common flags used in openocd build
 AM_CPPFLAGS = -I$(top_srcdir)/src \
                          -I$(top_builddir)/src \
+                         -I$(top_srcdir)/src/helper \
                          -DPKGDATADIR=\"$(pkgdatadir)\" \
-                         -DPKGLIBDIR=\"$(pkglibdir)\"
+                         -DBINDIR=\"$(bindir)\"
 
 if INTERNAL_JIMTCL
 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \