summaryrefslogtreecommitdiffstats
path: root/package/lpc3250loader/lpc3250loader.mk
blob: ed6485cef4074caa2867004cb3fe8bf9f477303f (plain)
1
2
3
4
5
6
7
8
9
HOST_LPC3250LOADER_SITE = git://gitorious.org/lpc3250loader/lpc3250loader.git
HOST_LPC3250LOADER_VERSION = 1.0

define HOST_LPC3250LOADER_INSTALL_CMDS
	$(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
		$(HOST_DIR)/usr/bin/LPC3250loader.py
endef

$(eval $(call GENTARGETS,host))