git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git]
/
lunaix-os
/
usr
/
makefile
diff --git
a/lunaix-os/usr/makefile
b/lunaix-os/usr/makefile
index 942a5e623ff4f07cad51a2a61aee7b6d78f3ab18..e2a98d021d39aa23b9dc612e806599fc986a0fb9 100644
(file)
--- a/
lunaix-os/usr/makefile
+++ b/
lunaix-os/usr/makefile
@@
-32,6
+32,9
@@
app-list := ls
app-list += init
app-list += signal_demo
app-list += sh
+app-list += cat
+app-list += testp
+app-list += stat
mkapp-list := $(addprefix app-, $(app-list))