aboutsummaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Collapse)Author
2011-09-30jim-nvp is moving from jimtcl to openocdSteve Bennett
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-06-26Add -DPKGLIBDIR to AM_CPPFLAGS.Martin Schmölzer
This is required so the OpenULINK driver knows the install location of the OpenULINK firmware image.
2010-11-18build: add autobuild jimtcl to configure scriptsSpencer Oliver
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-18build: add common.mkSpencer Oliver
Rather than specifying common makefile variables move them all to a common.mk. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>