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