mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
libc: correct zoneinfo genromfs source directory
Or genromfs failed to generate the right romfs.img Change-Id: Icbcc2e89da1ede644b994d33e70f1a48662c412b Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
cfa3a9f634
commit
df8d2fcb04
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ checkgenromfs:
|
|||
}
|
||||
|
||||
romfs_zoneinfo.img : checkgenromfs .tzbuilt
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/etc/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
@genromfs -f $@ -d $(TZBIN_PATH)/usr/share/zoneinfo -V "TZDatbase" || { echo "genromfs failed" ; exit 1 ; }
|
||||
|
||||
romfs_zoneinfo.h : romfs_zoneinfo.img
|
||||
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue