minix3/drivers/examples/hello/Makefile

9 lines
151 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the hello driver.
PROG= hello
SRCS= hello.c
DPADD+= ${LIBCHARDRIVER} ${LIBSYS}
LDADD+= -lchardriver -lsys
.include <minix.service.mk>