* [PATCH] commands: select FILE_LIST for usbgadget
@ 2014-10-02 16:40 Robert Schwebel
2014-10-06 5:45 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2014-10-02 16:40 UTC (permalink / raw)
To: barebox
Otherwhise we get this error message:
commands/built-in.o: In function `do_usbgadget':
barebox-2014.10.0/commands/usbgadget.c:77: undefined reference to `file_list_parse'
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
commands/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/commands/Kconfig b/commands/Kconfig
index 3a49baf..aafa80f 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1851,6 +1851,7 @@ config CMD_USB
config CMD_USBGADGET
bool
depends on USB_GADGET
+ select FILE_LIST
prompt "usbgadget"
config CMD_WD
--
2.1.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] commands: select FILE_LIST for usbgadget
2014-10-02 16:40 [PATCH] commands: select FILE_LIST for usbgadget Robert Schwebel
@ 2014-10-06 5:45 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-10-06 5:45 UTC (permalink / raw)
To: Robert Schwebel; +Cc: barebox
On Thu, Oct 02, 2014 at 06:40:44PM +0200, Robert Schwebel wrote:
> Otherwhise we get this error message:
>
> commands/built-in.o: In function `do_usbgadget':
> barebox-2014.10.0/commands/usbgadget.c:77: undefined reference to `file_list_parse'
>
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Applied, thanks
Sascha
> ---
> commands/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/commands/Kconfig b/commands/Kconfig
> index 3a49baf..aafa80f 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -1851,6 +1851,7 @@ config CMD_USB
> config CMD_USBGADGET
> bool
> depends on USB_GADGET
> + select FILE_LIST
> prompt "usbgadget"
>
> config CMD_WD
> --
> 2.1.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-06 5:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02 16:40 [PATCH] commands: select FILE_LIST for usbgadget Robert Schwebel
2014-10-06 5:45 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox