chore(musl): reduce the modifications of musl

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I32b820bc0eb7465bf54d506e7f5e759ef64101e2
This commit is contained in:
Caoruihong
2021-08-18 00:24:50 +08:00
parent 4dc059f207
commit 9549f5ebd0
15 changed files with 442 additions and 85 deletions

View File

@@ -102,7 +102,6 @@ FSTYPE = jffs2
endif
ROOTFS_DIR = $(OUT)/rootfs
ROOTFS_ZIP = $(OUT)/rootfs.zip
VERSION =
define HELP =
-------------------------------------------------------
@@ -117,8 +116,6 @@ Targets:
$(LITEOS_LIBS_TARGET): compile all kernel modules (libraries)
$(LITEOS_TARGET): make liteos kernel image
update_config: update product kernel config (use menuconfig)
test: make the testsuits_app and put it into the rootfs dir
test_apps: make a rootfs img with the testsuits_app in it
Parameters:
FSTYPE: value should be one of (jffs2 vfat yaffs2)