From bab5ddbe53fbb85c86e5900a9ed4a09dae530d8a Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 14 Oct 2011 15:49:56 +0800 Subject: [PATCH] Makefile - Added a kernel mode make all (without install) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3336e806..95a611eb 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ AI_USRAPPS := $(addprefix allinstall-,$(USRAPPS)) $(INSTALL_MODULES) install-Kernel $(INSTALL_USRLIBS) $(INSTALL_USRAPPS) kmode: $(AI_MODULES) $(AI_DYNMODS) allinstall-Kernel +all-kmode: $(ALL_MODULES) $(ALL_DYNMODS) all-Kernel all-user: $(ALL_USRLIBS) $(ALL_USRAPPS) clean-user: $(CLEAN_USRLIBS) $(CLEAN_USRAPPS) -- 2.20.1