repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
lib
/
libblockdriver
/
Makefile
blob
e61dc69bcd50b16a8ec708113448226b2b1f80ec
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
# Makefile for libblockdriver
6
.
include
<
bsd.own.mk
>
7
8
LIB
=
blockdriver
9
10
SRCS
=
driver.c drvlib.c driver_st.c driver_mt.c mq.c trace.c
11
12
.
include
<
bsd.lib.mk
>