• 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/ktap/ktap.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# ktap
4
#
5
################################################################################
6
​
7
KTAP_VERSION = eb66d40310c93dc82bc8eac889744c1ed1f01f7b
8
KTAP_SITE = $(call github,ktap,ktap,$(KTAP_VERSION))
9
KTAP_LICENSE = GPL-2.0
10
KTAP_LICENSE_FILES = LICENSE-GPL
11
​
12
ifeq ($(BR2_PACKAGE_ELFUTILS),y)
13
KTAP_DEPENDENCIES += elfutils
14
else
15
KTAP_FLAGS += NO_LIBELF=1
16
endif
17
​
18
define KTAP_BUILD_CMDS
19
    $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) $(KTAP_FLAGS) ktap
20
endef
21
​
22
define KTAP_INSTALL_TARGET_CMDS
23
    $(INSTALL) -D -m755 $(@D)/ktap  $(TARGET_DIR)/usr/bin/ktap
24
endef
25
​
26
KTAP_MODULE_MAKE_OPTS = KVERSION=$(LINUX_VERSION_PROBED)
27
​
28
$(eval $(kernel-module))
29
$(eval $(generic-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.