• 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/devmem2/devmem2.mk
Gustavo ZacariasGustavo Zacarias committed 5055bf1fef826 Jun 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# devmem2
4
#
5
################################################################################
6
​
7
DEVMEM2_SITE = http://free-electrons.com/pub/mirror
8
DEVMEM2_SOURCE = devmem2.c
9
DEVMEM2_VERSION = 1
10
DEVMEM2_LICENSE = GPLv2+
11
DEVMEM2_LICENSE_FILES = devmem2.c
12
​
13
define DEVMEM2_EXTRACT_CMDS
14
    cp $(DL_DIR)/$($(PKG)_SOURCE) $(@D)/
15
endef
16
​
17
define DEVMEM2_BUILD_CMDS
18
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) devmem2
19
endef
20
​
21
define DEVMEM2_INSTALL_TARGET_CMDS
22
    $(INSTALL) -D $(@D)/devmem2 $(TARGET_DIR)/sbin/devmem2
23
endef
24
​
25
$(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.