git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3545d42
)
Makefile - Added a kernel mode make all (without install)
author
John Hodge
<
[email protected]
>
Fri, 14 Oct 2011 07:49:56 +0000
(15:49 +0800)
committer
John Hodge
<
[email protected]
>
Fri, 14 Oct 2011 07:49:56 +0000
(15:49 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3336e80
..
95a611e
100644
(file)
--- 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)
UCC
git Repository :: git.ucc.asn.au