Import buildroot 2016.02.01
This commit is contained in:
23
firmware/buildroot/package/memtester/memtester.mk
Normal file
23
firmware/buildroot/package/memtester/memtester.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# memtester
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MEMTESTER_VERSION = 4.3.0
|
||||
MEMTESTER_SITE = http://pyropus.ca/software/memtester/old-versions
|
||||
MEMTESTER_LICENSE = GPLv2
|
||||
MEMTESTER_LICENSE_FILES = COPYING
|
||||
|
||||
MEMTESTER_TARGET_INSTALL_OPTS = INSTALLPATH=$(TARGET_DIR)/usr
|
||||
|
||||
define MEMTESTER_BUILD_CMDS
|
||||
$(SED) "s,^cc,$(TARGET_CC)," $(@D)/conf-*
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define MEMTESTER_INSTALL_TARGET_CMDS
|
||||
$(MAKE) $(MEMTESTER_TARGET_INSTALL_OPTS) -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user