From: John Hodge Date: Fri, 14 Oct 2011 07:49:56 +0000 (+0800) Subject: Makefile - Added a kernel mode make all (without install) X-Git-Tag: rel0.13~69 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=bab5ddbe53fbb85c86e5900a9ed4a09dae530d8a;p=tpg%2Facess2.git Makefile - Added a kernel mode make all (without install) --- 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)