Logo
Explore Help
Sign In
linuxmsm/openocd
0
0
Fork 0
You've already forked openocd
mirror of https://github.com/linux-msm/openocd.git synced 2026-02-25 13:15:07 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3ed7e793c82840d5be88be4c052d3785bd06d870
openocd/common.mk

13 lines
306 B
Makefile
Raw Normal View History

build: add common.mk Rather than specifying common makefile variables move them all to a common.mk. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-11-12 11:41:55 +00:00
# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
-I$(top_builddir)/src \
jim-nvp is moving from jimtcl to openocd The jim-nvp code is specific to openocd, so it belongs in openocd, not in the core jimtcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-09-29 16:12:41 +10:00
-I$(top_srcdir)/src/helper \
Add -DPKGLIBDIR to AM_CPPFLAGS. This is required so the OpenULINK driver knows the install location of the OpenULINK firmware image.
2011-06-20 19:51:46 +02:00
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DPKGLIBDIR=\"$(pkglibdir)\"
build: add autobuild jimtcl to configure scripts Rather than having to configure/build jimtcl openocd will do this as part of its own build. To use an external jimtcl lib specify disable-internal-jimtcl to the configure step. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-11-17 10:26:21 +00:00
if INTERNAL_JIMTCL
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
-I$(top_builddir)/jimtcl
endif
Reference in New Issue Copy Permalink
Powered by Gitea Page: 47ms Template: 4ms
English
English
Licenses API