From e2f0247b970a26d179914ccf82899f39a6050e7e Mon Sep 17 00:00:00 2001 From: Michael Grzeschik Date: Mon, 27 Jun 2016 16:18:05 +0200 Subject: barebox: fix installation of target programs The selection for bareboxcrc32 and kernel-install got swapped. Fix them to address the right target. Signed-off-by: Michael Grzeschik Signed-off-by: Michael Olbrich --- rules/barebox.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/barebox.make b/rules/barebox.make index 1936165a3..70340e9bf 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -116,8 +116,8 @@ BAREBOX_PROGS_HOST := \ BAREBOX_PROGS_TARGET_y := BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_BAREBOXENV) += bareboxenv -BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_BAREBOXCRC32) += kernel-install -BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_KERNEL_INSTALL) += bareboxcrc32 +BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_KERNEL_INSTALL) += kernel-install +BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_BAREBOXCRC32) += bareboxcrc32 BAREBOX_PROGS_TARGET_$(PTXCONF_BAREBOX_BAREBOXIMD) += bareboximd $(STATEDIR)/barebox.install: -- cgit v1.2.3