From 5a41816b21643ef8df05590185015b7ad31a24a6 Mon Sep 17 00:00:00 2001 From: wangguokun Date: Wed, 7 Aug 2024 17:20:48 +0800 Subject: [PATCH] lib/pthread-embedded: Modify the registration name of Pthread Embedded to comply with the naming rules that meet the microblin uklibid Signed-off-by: wangguokun --- Makefile.uk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index da0020d..30d20ca 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -21,7 +21,7 @@ ################################################################################ # Library registration ################################################################################ -$(eval $(call addlib_s,libpthread-embedded,$(CONFIG_LIBPTHREAD_EMBEDDED))) +$(eval $(call addlib_s,libpthread_embedded,$(CONFIG_LIBPTHREAD_EMBEDDED))) ################################################################################ # Sources @@ -29,8 +29,8 @@ $(eval $(call addlib_s,libpthread-embedded,$(CONFIG_LIBPTHREAD_EMBEDDED))) LIBPTHREAD-EMBEDDED_VERSION=44b41d760a433915d70a7be9809651b0a65e001d LIBPTHREAD-EMBEDDED_URL=https://github.com/RWTH-OS/pthread-embedded/archive/$(LIBPTHREAD-EMBEDDED_VERSION).zip LIBPTHREAD-EMBEDDED_PATCHDIR=$(LIBPTHREAD-EMBEDDED_BASE)/patches -$(eval $(call fetch,libpthread-embedded,$(LIBPTHREAD-EMBEDDED_URL))) -$(eval $(call patch,libpthread-embedded,$(LIBPTHREAD-EMBEDDED_PATCHDIR),pthread-embedded-$(LIBPTHREAD-EMBEDDED_VERSION))) +$(eval $(call fetch,libpthread_embedded,$(LIBPTHREAD-EMBEDDED_URL))) +$(eval $(call patch,libpthread_embedded,$(LIBPTHREAD-EMBEDDED_PATCHDIR),pthread-embedded-$(LIBPTHREAD-EMBEDDED_VERSION))) ################################################################################ # Helpers -- Gitee