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
__aeabi_ldivmod: fix sign logic
[minix.git]
/
drivers
/
hello
/
Makefile
blob
1a730e2946adb4682aa9b527549bb51f27bc8a55
1
# Makefile for the hello driver.
2
PROG
=
hello
3
SRCS
=
hello.c
4
5
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lchardriver
-
lsys
7
8
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.service.mk
>