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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
drivers
/
gpio
/
Makefile
blob
2b3d832b6869c3395f68f7c0031b1309903e6054
1
# Makefile for the gpio driver.
2
PROG
=
gpio
3
SRCS
=
gpio.c
4
5
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
} ${
LIBGPIO
} ${
LIBCLKCONF
}
6
LDADD
+= -
lvtreefs
-
lsys
-
lgpio
-
lclkconf
7
8
#
9
# This is a system driver.
10
CPPFLAGS
+= -
D_SYSTEM
=
1
11
12
MAN
=
13
14
BINDIR?
= /
sbin
15
16
.
include
<
minix.service.mk
>