[PATCH] commands: select FILE_LIST for usbgadget
Robert Schwebel
r.schwebel at pengutronix.de
Thu Oct 2 09:40:44 PDT 2014
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 at 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
More information about the barebox
mailing list