From c30410b1be252e1a93b21ea2a3934846024a42e8 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 12 Nov 2020 08:15:06 +1100 Subject: [PATCH] [core] disable building of the userspace reset for now --- Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kbuild b/Kbuild index a7a7301..1dada59 100644 --- a/Kbuild +++ b/Kbuild @@ -7,4 +7,4 @@ ccflags-y += \ -I$(src)/include -g ldflags-$(CONFIG_DEBUG) += -g -subdir-y += userspace/ \ No newline at end of file +#subdir-y += userspace/