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
/
libi2cdriver
/
Makefile
blob
066ecc8abfd7367d72e59d79780e159dc3733868
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
CPPFLAGS
+=-
D_MINIX_SYSTEM
5
6
# Makefile for libi2cdriver
7
8
LIB
=
i2cdriver
9
10
SRCS
=
i2cdriver.c
11
12
.
include
<
bsd.lib.mk
>