summaryrefslogtreecommitdiffstats
path: root/boot/afboot-stm32/afboot-stm32.mk
diff options
context:
space:
mode:
Diffstat (limited to 'boot/afboot-stm32/afboot-stm32.mk')
-rw-r--r--boot/afboot-stm32/afboot-stm32.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/boot/afboot-stm32/afboot-stm32.mk b/boot/afboot-stm32/afboot-stm32.mk
deleted file mode 100644
index 5e221cf364..0000000000
--- a/boot/afboot-stm32/afboot-stm32.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-#
-# afboot-stm32
-#
-################################################################################
-
-AFBOOT_STM32_VERSION = v0.1
-AFBOOT_STM32_SITE = $(call github,mcoquelin-stm32,afboot-stm32,$(AFBOOT_STM32_VERSION))
-AFBOOT_STM32_INSTALL_IMAGES = YES
-AFBOOT_STM32_INSTALL_TARGET = NO
-
-define AFBOOT_STM32_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CROSS_COMPILE=$(TARGET_CROSS) all
-endef
-
-define AFBOOT_STM32_INSTALL_IMAGES_CMDS
- $(INSTALL) -m 0755 -t $(BINARIES_DIR) -D $(@D)/stm32*.bin
-endef
-
-$(eval $(generic-package))
OpenPOWER on IntegriCloud