kumquat-buildroot/package/stm32flash/stm32flash.mk
Bernhard Petschina 00aa281ff5 package/stm32flash: bump to version 0.6
Bump to latest official version.

Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-16 23:08:05 +02:00

22 lines
591 B
Makefile

################################################################################
#
# stm32flash
#
################################################################################
STM32FLASH_VERSION = v0.6
STM32FLASH_SITE = git://git.code.sf.net/p/stm32flash/code
STM32FLASH_LICENSE = GPL-2.0+
STM32FLASH_LICENSE_FILES = gpl-2.0.txt
define STM32FLASH_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define STM32FLASH_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR="$(TARGET_DIR)" PREFIX="/usr" \
-C $(@D) install
endef
$(eval $(generic-package))