memtool.mk 405 B

12345678910111213
  1. ################################################################################
  2. #
  3. # memtool
  4. #
  5. ################################################################################
  6. MEMTOOL_VERSION = 2018.03.0
  7. MEMTOOL_SITE = http://public.pengutronix.de/software/memtool
  8. MEMTOOL_SOURCE = memtool-$(MEMTOOL_VERSION).tar.xz
  9. MEMTOOL_LICENSE = GPL-2.0
  10. MEMTOOL_LICENSE_FILES = COPYING
  11. $(eval $(autotools-package))