You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
675 B
22 lines
675 B
################################################################################
|
|
#
|
|
# at91dataflashboot
|
|
#
|
|
################################################################################
|
|
|
|
AT91DATAFLASHBOOT_VERSION = 1.05
|
|
AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2
|
|
AT91DATAFLASHBOOT_SITE = ftp://www.at91.com/pub/buildroot
|
|
|
|
AT91DATAFLASHBOOT_INSTALL_TARGET = NO
|
|
AT91DATAFLASHBOOT_INSTALL_IMAGES = YES
|
|
|
|
define AT91DATAFLASHBOOT_BUILD_CMDS
|
|
make -C $(@D) CROSS_COMPILE=$(TARGET_CROSS)
|
|
endef
|
|
|
|
define AT91DATAFLASHBOOT_INSTALL_IMAGES_CMDS
|
|
cp $(@D)/DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).bin $(BINARIES_DIR)
|
|
endef
|
|
|
|
$(eval $(generic-package))
|
|
|