[PATCH 1/2] scripts: fix kernel-install-target config

Alexander Aring alex.aring at gmail.com
Mon Nov 18 20:08:12 EST 2013


Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
This confused me a little bit... commit id
61cf2b51bccbf18c3df505a77db759454e8574ca looks different than the commit
on barebox mailinglist [1]. What's happend there? :-)

[1] http://lists.infradead.org/pipermail/barebox/2013-September/016457.html

 scripts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile b/scripts/Makefile
index ce3fd53..2f78c4b 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -25,7 +25,7 @@ subdir-$(CONFIG_X86)		+= setupmbr
 subdir-$(CONFIG_DTC)		+= dtc
 
 targetprogs-$(CONFIG_BAREBOXENV_TARGET) += bareboxenv-target
-targetprogs-$(CONFIG_KERNEL_INSTALL_TARGET) += bareboxenv-target
+targetprogs-$(CONFIG_KERNEL_INSTALL_TARGET) += kernel-install-target
 
 # Let clean descend into subdirs
 subdir-	+= basic kconfig setupmbr
-- 
1.8.4.2




More information about the barebox mailing list