summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2016-06-27 16:18:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-01 08:34:36 +0200
commite2f0247b970a26d179914ccf82899f39a6050e7e (patch)
treedf0d42c7ab5fe7182d15347036a8a05cb11f307e
parent2430cf2a5df480bac29ad7dc827863144cb6683b (diff)
downloadptxdist-e2f0247b970a26d179914ccf82899f39a6050e7e.tar.gz
ptxdist-e2f0247b970a26d179914ccf82899f39a6050e7e.tar.xz
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 <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/barebox.make4
1 files 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: