• 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
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
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
​
11
define DEVMEM2_EXTRACT_CMDS
12
    cp $(DL_DIR)/$($(PKG)_SOURCE) $(@D)/
13
endef
14
​
15
define DEVMEM2_BUILD_CMDS
16
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) devmem2
17
endef
18
​
19
define DEVMEM2_CLEAN_CMDS
20
    rm -f $(@D)/devmem2
21
endef
22
​
23
define DEVMEM2_INSTALL_TARGET_CMDS
24
    $(INSTALL) -D $(@D)/devmem2 $(TARGET_DIR)/sbin/devmem2
25
endef
26
​
27
define DEVMEM2_UNINSTALL_TARGET_CMDS
28
    rm -f $(TARGET_DIR)/sbin/devmem2
29
endef
30
​
31
$(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.