[Buildroot] [PATCHv2 1/2] Add lpc3250loader to the host tools

Peter Korsgaard jacmet at uclibc.org
Sun Mar 18 14:41:26 UTC 2012


>>>>> "Alexandre" == Alexandre Belloni <alexandre.belloni at piout.net> writes:

 Alexandre> Signed-off-by: Alexandre Belloni <alexandre.belloni at piout.net>
 Alexandre> ---
 Alexandre>  package/Config.in.host                 |    1 +
 Alexandre>  package/lpc3250loader/Config.in.host   |    7 +++++++
 Alexandre>  package/lpc3250loader/lpc3250loader.mk |    9 +++++++++
 Alexandre>  3 files changed, 17 insertions(+), 0 deletions(-)
 Alexandre>  create mode 100644 package/lpc3250loader/Config.in.host
 Alexandre>  create mode 100644 package/lpc3250loader/lpc3250loader.mk

Committed, thanks.

 Alexandre> +define HOST_LPC3250LOADER_INSTALL_CMDS
 Alexandre> +	mkdir -p $(HOST_DIR)/usr/bin/
 Alexandre> +	cp -a $(@D)/* $(HOST_DIR)/usr/bin/

We normally use install -D for installation, so I changed this.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list