logrotate: enable selinux support
[buildroot-gz.git] / boot / afboot-stm32 / afboot-stm32.mk
blob042b21fa551eb251e2edc55779d9751665c77aa3
1 ################################################################################
3 # afboot-stm32
5 ################################################################################
7 AFBOOT_STM32_VERSION = v0.1
8 AFBOOT_STM32_SITE = $(call github,mcoquelin-stm32,afboot-stm32,$(AFBOOT_STM32_VERSION))
10 define AFBOOT_STM32_BUILD_CMDS
11 $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CROSS_COMPILE=$(TARGET_CROSS) all
12 endef
14 define AFBOOT_STM32_INSTALL_TARGET_CMDS
15 $(INSTALL) -m 0755 $(@D)/stm32*.bin $(BINARIES_DIR)
16 endef
18 $(eval $(generic-package))