mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/lpc3250loader/lpc3250loader.mk
Normal file
17
package/lpc3250loader/lpc3250loader.mk
Normal file
@@ -0,0 +1,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))
|
||||
Reference in New Issue
Block a user