From 3428d15d04306b0de3e9660ba88aa8ba3b518b50 Mon Sep 17 00:00:00 2001 From: chao an Date: Wed, 22 Mar 2023 21:43:06 +0800 Subject: [PATCH] libc/math: rename libc/math.csv to libm/libm.csv Signed-off-by: chao an --- libs/libc/Makefile | 2 +- libs/{libc/math.csv => libm/libm.csv} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libs/{libc/math.csv => libm/libm.csv} (100%) diff --git a/libs/libc/Makefile b/libs/libc/Makefile index 6f0d14abb3..7f5aec09f7 100644 --- a/libs/libc/Makefile +++ b/libs/libc/Makefile @@ -80,7 +80,7 @@ $(MKSYMTAB): # not need symbol tables. CSVFILES = $(TOPDIR)$(DELIM)libs$(DELIM)libc$(DELIM)libc.csv -CSVFILES += $(TOPDIR)$(DELIM)libs$(DELIM)libc$(DELIM)math.csv +CSVFILES += $(TOPDIR)$(DELIM)libs$(DELIM)libm$(DELIM)libm.csv # In the PROTECTED and KERNEL builds, the applications could link with # libproxy which will provide symbol-compatible access to OS functions diff --git a/libs/libc/math.csv b/libs/libm/libm.csv similarity index 100% rename from libs/libc/math.csv rename to libs/libm/libm.csv