• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openocd/openocd.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# openocd
4
#
5
################################################################################
6
​
7
OPENOCD_VERSION = 0.5.0
8
OPENOCD_SOURCE = openocd-$(OPENOCD_VERSION).tar.bz2
9
OPENOCD_SITE = http://downloads.sourceforge.net/project/openocd/openocd/$(OPENOCD_VERSION)
10
​
11
OPENOCD_AUTORECONF = YES
12
OPENOCD_CONF_OPT = \
13
    --oldincludedir=$(STAGING_DIR)/usr/include \
14
    --includedir=$(STAGING_DIR)/usr/include \
15
    --disable-doxygen-html \
16
    --enable-dummy
17
​
18
OPENOCD_DEPENDENCIES = libusb-compat
19
​
20
# Adapters
21
ifeq ($(BR2_PACKAGE_OPENOCD_FT2XXX),y)
22
OPENOCD_CONF_OPT += --enable-ft2232_libftdi
23
OPENOCD_DEPENDENCIES += libftdi
24
endif
25
​
26
ifeq ($(BR2_PACKAGE_OPENOCD_JLINK),y)
27
OPENOCD_CONF_OPT += --enable-jlink
28
endif
29
​
30
ifeq ($(BR2_PACKAGE_OPENOCD_VSLLINK),y)
31
OPENOCD_CONF_OPT += --enable-vsllink
32
endif
33
​
34
HOST_OPENOCD_DEPENDENCIES = host-libusb-compat host-libftdi
35
​
36
HOST_OPENOCD_CONF_OPT =     \
37
    --disable-doxygen-html  \
38
    --enable-dummy      \
39
    --enable-ft2232_libftdi \
40
    --enable-jlink      \
41
    --enable-vsllink
42
​
43
$(eval $(autotools-package))
44
$(eval $(host-autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.