repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GPIO:further development
[minix.git]
/
lib
/
libgpio
/
Makefile
blob
4e27eb3bbd6d9bbd89a89ea1d23b324054447c1b
1
# Makefile for libmthread
2
3
CPPFLAGS
+=-
O
-
D_MINIX
-
D_POSIX_SOURCE
-
Wall
-
Werror
-
D_SYSTEM
4
5
LIB
=
gpio
6
7
SRCS
=
\
8
gpio_omap.c clkconf.c
9
10
.
include
<
bsd.lib.mk
>