[PATCH 8/9] um: use nolibc for the --showconfig implementation
Benjamin Berg
benjamin at sipsolutions.net
Mon Sep 15 00:11:14 PDT 2025
From: Benjamin Berg <benjamin.berg at intel.com>
This is one of the simplest files and it can be switched over to use
nolibc without any modifications.
Signed-off-by: Benjamin Berg <benjamin.berg at intel.com>
---
arch/um/kernel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile
index b8f4e9281599..4b206a40b611 100644
--- a/arch/um/kernel/Makefile
+++ b/arch/um/kernel/Makefile
@@ -26,7 +26,7 @@ obj-$(CONFIG_OF) += dtb.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_STACKTRACE) += stacktrace.o
-USER_OBJS := config.o
+NOLIBC_OBJS := config.o
include $(srctree)/arch/um/scripts/Makefile.rules
--
2.51.0
More information about the linux-um
mailing list