X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=95a611eb1b854447e173809e48c6a538ba442894;hb=fad68a47fc99c28c0557c06631b95277c8ed9159;hp=3336e806a88ccad1317e494cfbc8ac71366cb294;hpb=dc8801cc0b5ed911a775cfc2ea853048f7a00db1;p=tpg%2Facess2.git 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)