mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
tools: enable img2srec for "tools-all" target
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
abd315a135
commit
570d7d50b0
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ include $(TOPDIR)/config.mk
|
|||
# Enable all the config-independent tools
|
||||
ifneq ($(HOST_TOOLS_ALL),)
|
||||
CONFIG_LCD_LOGO = y
|
||||
CONFIG_CMD_LOADS = y
|
||||
CONFIG_CMD_NET = y
|
||||
CONFIG_INCA_IP = y
|
||||
CONFIG_NETCONSOLE = y
|
||||
|
|
Loading…
Reference in a new issue