hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# lpc3250loader
#
################################################################################
 
HOST_LPC3250LOADER_VERSION = 1.0
HOST_LPC3250LOADER_SITE = $(call github,alexandrebelloni,lpc3250loader,$(HOST_LPC3250LOADER_VERSION))
LPC3250LOADER_LICENSE = GPL-2.0+
LPC3250LOADER_LICENSE_FILES = LPC3250loader.py
 
define HOST_LPC3250LOADER_INSTALL_CMDS
   $(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
       $(HOST_DIR)/bin/LPC3250loader.py
endef
 
$(eval $(host-generic-package))