repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checkin if some disabled code that checks for interrupts being disabled when we take...
[newos.git]
/
lib
/
makefile
blob
ae0fa430c4208a7b193416e835f07c6b56cfd0ed
1
2
LIBS_DIR
:=
lib
3
4
include
$(
addsuffix
/
makefile
, $(
addprefix
$(
LIBS_DIR
)/,
\
5
glue \
6
libm \
7
libc \
8
))
9
10