From: Benjamin Berg benjamin.berg@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@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