feat: support toybox in qemu
Close #I3V17D Change-Id: Idfe47eedd4b7c84cc2d15b5f3365d90a5b79232e Signed-off-by: Guangyao Ma <guangyao.ma@outlook.com>
This commit is contained in:
parent
6dee4ae603
commit
561831928b
|
@ -46,7 +46,5 @@ endif
|
||||||
#only enable for qemu now
|
#only enable for qemu now
|
||||||
ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y)
|
ifeq ($(LOSCFG_PLATFORM_QEMU_ARM_VIRT_CA7), y)
|
||||||
APP_SUBDIRS += mksh
|
APP_SUBDIRS += mksh
|
||||||
ifeq ($(WHEN_TOYBOX_IS_READY), y)
|
|
||||||
APP_SUBDIRS += toybox
|
APP_SUBDIRS += toybox
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue